.hero-banner-brand-ljp img{
margin-left: -8px;
}

ol.other-pages { counter-reset: item; }
        ol.other-pages li { display: block; }
        ol.other-pages li:before {
             content: counters(item, ".") ". ";
            counter-increment: item;
            color: #05C;
			font-size: 22px;
			font-weight: 500;
			padding-right: 0px;
			font-family: "Abhaya Libre Medium";
        }