.banner-carousel .carousel-item .twocol-banner-row img {
    object-fit: cover;
}
.page-template-over-ons .fullwidth-section .section-heading.half-width {
    width: 60%;
    font-weight: 400;
}

.page-template-over-ons .banner-carousel .carousel-item .content-block {
    height: 83%;
}
.page-template-over-ons .carousel-indicators {
    margin-bottom: 0;
}
.page-template-over-ons .carousel-indicators [data-bs-target] {
    background: #f5a400 !important;
    opacity: 0.5;
}

@media (max-width: 991px) {
    .banner-carousel .carousel-item .twocol-banner-row img {
        height: 320px;
    }
}

@media (max-width: 575px) {
    .banner-carousel .carousel-item .twocol-banner-row img {
        max-height: 360px;
        height: auto;
    }
}

@media (min-width: 992px) {
    .carousel-item .twocol-banner-row img {
        /* height: 505px; */
        object-fit: cover;
        min-height: 480px;
        max-height: 520px;
    }

    .centered-carousel-section .text-container .content-row {
        width: 75%;
    }
}