.map-text {
    position: relative;
}

.map-text:last-child {
    overflow: hidden;
}

.map-text+.fx-block {
    position: relative;
    z-index: 6;
}

.map-text+.image-form:not(.image-form--has-text-icon) {
    padding-bottom: 75px;
}

.map-text__bg {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}

.map-text__bg:after {
    position: absolute;
}

.map-text__wrap {
    position: relative;
    z-index: 7;
    color: #4e4e4e;
    text-align: center;
    padding-bottom: 110px;
}

.map-text__map__wrap {
    background: #FFFFFF;
    border-radius: 15px;
    box-shadow: 0 5px 30px rgba(37, 37, 37, 0.25);
    padding: 16px;
}

.map-text__map__info {
    font-size: 16px;
    line-height: 1.30em;
    color: #4e4e4e;
    position: relative;
    padding-left: 35px;
    display: inline-block;
    margin-top: 20px;
}

.map-text__map__info i {
    font-size: 15px;
    line-height: 1em;
    color: #fff;
    position: absolute;
    left: 0;
    top: -3px;
    width: 25px;
    height: 25px;
    border-radius: 50%;
    background: #CE383D;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
}

.map-text__map__col {
    position: relative;
}

.image-form-content {
    color: #fff;
}

@media (max-width: 768px) {
    .image-form-content {
        text-align: center;
    }
}

@media (min-width: 768px) {
    .map-text+.image-form:not(.image-form--has-text-icon) {
        padding-bottom: 100px;
    }

    .map-text__wrap {
        padding-top: 68px;
        padding-bottom: 130px;
    }

    .map-text__text {
        padding-bottom: 70px;
    }

    .map-text__map__info {
        font-size: 17px;
        line-height: 1.4em;
        padding-left: 42px;
        margin-top: 0;
        position: absolute;
        right: 30px;
        top: 22px;
        width: 220px;
        text-align: left;
    }

    .map-text__map__info i {
        font-size: 18px;
        top: 8px;
        width: 32px;
        height: 32px;
    }
}

@media (min-width: 1200px) {
    .map-text+.image-form:not(.image-form--has-text-icon) {
        padding-bottom: 0;
    }

    .map-text__wrap {
        padding-top: 125px;
        padding-bottom: 150px;
    }

    .map-text__text {
        padding-bottom: 0;
        text-align: left;
        padding-right: 60px;
    }

    .map-text__map__wrap {
        padding: 35px 70px;
        min-height: 520px;
    }

    .map-text__map__info {
        font-size: 18px;
        line-height: 1.5em;
        padding-left: 48px;
        right: 25px;
        top: 22px;
        width: 230px;
    }

    .map-text__map__info i {
        font-size: 21px;
        top: 8px;
        width: 37px;
        height: 37px;
    }

    .map-text__flex-row {
        align-items: center;
    }
}