.modular1 .map_bg img {
    width: 100%;
}

.modular1 .map_bg {
    position: relative;
    background: left center no-repeat;
    background-size: cover;
}

.modular1 .info {
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    padding: 5% 0;
}

.modular1 .info .wrap {
    height: 100%;
    position: relative;
}

.modular1 .info .wrap::after {
    content: '';
    display: block;
    clear: both;
}

.modular1 .right {
    width: 20em;
    float: right;
    padding: 2em;
    padding-right: 4em;
    box-sizing: border-box;
    background: url(../images/contact/map_right.jpg) center center no-repeat;
    background-size: 100% 100%;
    color: #fff;
}


.modular1 .title {
    margin-bottom: 1em;
}

.modular1 li {
    padding-left: 3em;
    position: relative;
    margin-bottom: 2em;
}

.modular1 li i {
    position: absolute;
    left: 0;
    font-size: 150%;
}

.modular1 .right img {
    max-width: 100%;
    width: auto;
}

.modular1 li h2 {
    margin-bottom: 0.25em;
}

.modular1 li h3 a:hover,
.modular1 li h3 a {
    color: #fff !important;
}

.modular1 .map {
    display: none;
}

@media only screen and (max-width:768px) {
    .modular1 .map_bg {
        background: none !important;
    }

    .modular1 .map {
        display: block;
    }

    .modular1 .right {
        width: 100%;
    }

    .modular1 li {
        width: auto;
    }


}