.map-home {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding-bottom: 95px;
}

.map-home .section__title {
    margin-bottom: 85px;
}

.map-home a {
    margin-top: -40px;
}

.map-home__image-mobile {
    display: none;
    background-position: center;
    background-size: 100%;
    width: 666px;
    height: 450px;
}

@media (max-width: 764px) {
    .map-home {
        padding-bottom: 8px;
        overflow: hidden;
    }

    .map-home__image-mobile {
        width: 100%;
        background-repeat: no-repeat;
        background-size: 150%;
    }

    .map-home a {
        margin-top: 0px;
    }

    .map-home__image {
        display: none;
    }

    .map-home__image-mobile {
        display: block;
        margin-top: -40px;
    }

    .map-home .section__title {
        margin-bottom: 0px;
    }

    .map-home .section__button-container{
        margin-top: 0px;
    }
}
