.how_work {
    background: #80808008 !important;
}
.image_container img {
    max-height: 675px;
    height: auto;
}

.new_muted_text {
    text-align: center !important;
    padding-top: 23px;
}

/* Mobile-optimized Background Images */
@media (max-width: 768px) {
    .hero-slide {
        background-attachment: scroll !important;
        background-size: cover !important;
        background-position: center center !important;
    }
    
    .carousel-item.one .hero-slide {
        background-image: url('../images/banner/hero-slide-1.webp') !important;
    }
    .carousel-item.two .hero-slide {
        background-image: url('../images/banner/hero-slide-2.webp') !important;
    }
    .carousel-item.third .hero-slide {
        background-image: url('../images/banner/hero-slide-3.webp') !important;
    }
    
    .what-we-do, .page-header {
        background-attachment: scroll !important;
    }
}

img {
    height: auto;
    max-width: 100%;
}
