@media screen and (max-width: 767px) {
    .contact-wrapper {
        width: 100% !important;
    }

    .contact-content-container {
        min-height: 200px !important;
    }
}

.contact-wrapper {
    width: 1400px;
    margin: auto;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}

.contact-container {
    width: 100%;
}

.contact-content-container {
    padding: 12px;
    font-size: 16px;
    line-height: 1.8;
    /*border: 1px solid #DDD;*/
    border-top: none;
    min-height: 500px;
}

#baidu_map_container {
    width: 100%;
    height: 0;
    padding-bottom: 80%;
    margin-top: 10px;
    box-shadow: #000 0 0 5px;
}