@media only screen and (max-width: 767px) {
    /* .result {
        width: 100%;
    } */

    .news-center .news-content {
        width: 100%;
    }

    .company-content {
        margin-top: 30px;
    }

    .contact-content {
        width: 100%;
        height: auto;
    }
    .contact-content img{
      width: 100% !important;
      height: auto !important;
    }

    .map-rleft {
        width: 100%;
    }

    .map-rword {
        width: 100%;
        padding-left: 10px;
        display: flex;
        flex-direction: column;
        align-items: center;
    }
}
