.hero-container {
    background-image: url('/imgs/assets/services/residential_pest_control/residential_home_portrait.webp');

    .gradient {
        background: linear-gradient(180deg, rgba(14, 14, 14, .8) 50%, rgba(14, 14, 14, .4) 100%);
    }
}

@media(min-width: 768px) {
    .hero-container {
        background-image: url('/imgs/assets/services/residential_pest_control/residential_home.webp');

        .gradient {
            background: linear-gradient(95deg, rgba(14, 14, 14, .8) 40%, rgba(14, 14, 14, 0) 80%);
        }
    }
}
