.hero-section {
    background-image: none;
}

@media (min-width: 992px) {
    .hero-section {
        background-image: url('../_img/img-1.webp');
        background-repeat: no-repeat;
        background-position: 75% bottom;
        background-size: auto 90%;
    }
}