#callUs {
    padding: 40px 0;
}


#callUs .top {
    text-align: center;
    margin: 60px 0;
}

#callUs .top .title {
    font-size: 60px;
    font-weight: bold;
    color: #333;
}

#callUs .top .underline {
    width: 138px;
    height: 8px;
    background: #d59736;
    margin: auto;
}

#callUs .map {
    width: 100%;
    height: auto;
    margin: auto;
}

#callUs .map img {
    width: 100%;
    height: auto;
}

#callUs .companyInfo p {
    font-size: 16px;
    line-height: 30px;
    color: #333;
}