.map-title {
    color: #9D8F66;
    text-align: left;
    font-family: Lato, "Noto Sans HK", "Noto Sans SC", sans-serif;
    font-size: 32px;
    font-style: normal;
    font-weight: 400;
    line-height: 52px;
}

.map-container iframe {
    min-height: 600px;
}
@media screen and (min-width:991px) {
    .map-title {
        margin-bottom: 10px;
    }
}
@media screen and (max-width:991px) {
    .map-title {
        font-size: 18px;
        line-height: 22px;
        padding-left: 14px;
        padding-bottom: 10px;
    }
    .map-container{
        padding-left:15px;
        padding-right:15px;
    }
    .map-container iframe {
        min-height: 180px;
    }
}