.business-facts .business-fact .business-fact__image {
    left: calc(50% - 25px);
}

body .banner-section .carousel-item:has(.non-index) > div {
    min-height: calc(100vh - 147px - 80px);
}

body #about-image .about__image {
    min-height: calc(100vh - 147px - 80px);
}


body .js-page-nav-container ul li:after {
    top: calc(50% - 8px);
}


body .fa-angle-right:before {
    content: '\\';
}