.section1{
    margin-bottom: 80px;
}

.profile-text{
    color: #6E6E6E;
    line-height: 30px;
    text-indent: 2em;
    margin: 0;
    text-align:justify;
    text-justify:inter-ideograph;
}

.section2{
    padding: 0;
}

.company-map{
    width: 100%;
}

@media screen and (max-width: 768px) {
    .section1{
        padding: 0 15px;
    }

    .pro-banner-bg img{
        min-height: 240px;
    }
}


