.describe {
    color: #333;
    font-size: 18px;
    line-height: 36px;
    margin-top: 16px;
}.contact{width:90%; margin:0 auto;}.describe strong{ font-size:18px; padding:20px 0;}
.describe span {
    font-weight: 600;
}
@media (max-width: 576px){
    .describe {
        font-size: 12px;
        line-height: 24px;
    } 
}

.map-header {
    border: 1px solid #ccc;
    border-bottom: none;
}
.map-tt {
    font-weight: 700;
    font-size: 16px;
    line-height: 40px;
    color: #333;
    text-align: center;
    background-color: #eee;
}
.map-wrapper {
    width: 100%;
    height: 9rem;
    border: 1px solid #ccc;
}
.map {
    width: 100%;
    height: 100%;
}
@media (max-width: 576px){
    .map-tt {
        font-size: 14px;
        line-height: 30px;
    }
}