.about-image-text {
    position: relative;
    z-index: 1;
    padding-bottom: 136px;
}

.about-image-text__wrap {
    border-radius: 20px;
    box-shadow: 0 3px 50px rgba(0, 0, 0, 0.16);
    background: #fff;
}

.about-image-text__text {
    padding: 35px 30px;
}

.about-image-text__image {
    height: 307px;
    position: relative;
}

.about-image-text__image img {
    border-radius: 0 0 20px 20px;
    -o-object-position: 0 -38px;
    object-position: 0 -38px;
}

.snazzy-map {
    position: absolute;
    width: 259px;
    height: 236px;
    bottom: -136px;
    right: -13px;
}

.snazzy-map img {
    border-radius: 20px;
    box-shadow: 0 3px 50px rgba(0, 0, 0, 0.16);
    -o-object-position: -39px;
    object-position: -39px;
}

@media (min-width: 600px) {
    .snazzy-map img {
        -o-object-position: center;
        object-position: center;
    }
}

.about-image-text::before {
    content: "";
    position: absolute;
    width: 100%;
    height: calc(100% - 206px);
    bottom: 0;
    left: 0;
    background: #f4f4f4;
    z-index: -1;
}

.about-image-text__curve {
    position: absolute;
    width: 100%;
    height: auto;
    z-index: -1;
    top: 206px;
}

@media (min-width: 768px) {
    .about-image-text {
        padding-bottom: 171px;
    }

    .about-image-text__text {
        padding: 50px 57px;
    }

    .about-image-text__image {
        height: 440px;
    }

    .snazzy-map {
        position: absolute;
        width: 380px;
        height: 237px;
        bottom: -171px;
        right: -23px;
    }

    .about-image-text::before {
        height: calc(100% - 263px);
    }

    .about-image-text__curve {
        top: 263px;
    }
}

@media (min-width: 1200px) {
    .about-image-text__wrap {
        display: flex;
        flex-wrap: wrap;
    }

    .about-image-text {
        padding-bottom: 46px;
    }

    .about-image-text__text {
        padding: 50px 54px;
        width: 50%;
    }

    .about-image-text__text-wrap {
        max-height: 710px;
    }

    .about-image-text__image {
        height: auto;
        width: 50%;
    }

    .about-image-text__image img {
        border-radius: 0 20px 20px 0;
        -o-object-position: center;
        object-position: center;
    }

    .snazzy-map {
        position: absolute;
        bottom: -46px;
        right: -40px;
    }

    .snazzy-map img {
        border-radius: 20px;
    }

    .about-image-text::before {
        height: calc(100% - 252px);
    }

    .about-image-text__curve {
        top: 251px;
    }
}
