.mod-service {
    width: 100%;
    height: 100%;
    background: url(../images/bg2@2x.png) no-repeat center/cover;
    padding: 100px 0;
}

.service-title {
    margin-bottom: 20px;
    font-size: 40px;
    font-weight: 500;
    color: rgba(255, 255, 255, 1);
    text-align: center;
}

.service-dec {
    font-size: 18px;
    text-align: center;
    color: rgba(255, 255, 255, 1);
    font-weight: 200;
}

.map-container {
    position: relative;
    text-align: center;
    color: #fff;
    padding-top: 110px;
}

.map-container p {
    line-height: 18px;
    margin-bottom: 15px;
    transition:  0.5s all;
}

/* .map-title {
    font-weight: bold;
    padding-top: 110px;
    margin-bottom: 15px;
    font-size: 18px;
} */

#map-wrap {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 800px;
}
@media screen and (max-height: 968px) and (min-height: 850px) {
    .mod-service {
        padding: 50px 0;
    }

    .service-title {
        margin-bottom: 10px;
    }

    .service-dec {
        margin-bottom: 20px;
    }
    .map-container{
        padding-top: 55px;
    }
    #map-wrap {
        height: 750px;
    }
}
@media screen and (max-height: 850px) and (min-height: 768px){
    .mod-service {
        padding: 50px 0;
    }

    .service-title {
        margin-bottom: 5px;
    }

    .service-dec {
        margin-bottom: 10px;
    }
    .map-container{
        padding-top: 28px;
    }
    #map-wrap {
        height: 650px;
    }
}

@media screen and (max-height: 768px) {
    .mod-service {
        padding: 50px 0;
    }

    .service-title {
        margin-bottom: 5px;
    }

    .service-dec {
        margin-bottom: 10px;
    }
    .map-title {
        padding-top: 28px;
        margin-bottom: 4px;
    }
    .map-container{
        padding-top: 28px;
    } 
    #map-wrap {
        height: 600px;
    }
}
