@media (max-width: 760px) {
    .hero-home {
        background: #fbfaf6;
        min-height: auto;
        padding-bottom: 220px;
    }

    .hero-home::before {
        background: url("../atlas-marbella-hero.jpg") center center / cover no-repeat;
        bottom: 0;
        content: "";
        height: 185px;
        left: 0;
        position: absolute;
        right: 0;
    }

    .hero-home::after {
        display: none;
    }
}
