#app .page-contact-wrapper .contact-us-wrapper {
    display: flex;
    width: 100%;
    flex-direction: column;
    align-items: center;
    background-color: #fff;
    padding-bottom: 90px;
    padding-top: 77px;
}

#app .page-contact-wrapper .contact-us-wrapper .content {
    max-width: 1200px;
    margin-right: 40px;
    margin-left: 40px;
    width: calc(100% - 80px);
    display: flex;
    flex-direction: column;
    align-items: center;
    box-sizing: border-box;
}

#app .page-contact-wrapper .contact-us-wrapper .content .title {
    font-weight: bold;
    font-size: 36px;
    color: #333333;
    align-self: center;
}

#app .page-contact-wrapper .contact-us-wrapper .content .title-en {
    margin-top: 20px;
    font-weight: bold;
    font-size: 16px;
    color: #1755ED;
    align-self: center;
}

#app .page-contact-wrapper .contact-us-wrapper .content .company-name {
    font-weight: 500;
    font-size: 24px;
    color: #999999;
    margin-top: 60px;
    align-self: center;
}

#app .page-contact-wrapper .contact-us-wrapper .content .company-mobile {
    font-weight: bold;
    font-size: 42px;
    color: #333333;
    margin-top: 45px;
    margin-bottom: 70px;
    align-self: center;
}

#app .page-contact-wrapper .contact-us-wrapper .content .content-wrapper {
    box-sizing: border-box;
    width: 100%;
    align-self: center;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
 }

#app .page-contact-wrapper .contact-us-wrapper .content .content-wrapper .item {
    display: flex;
    flex-direction: row;
    align-items: center;
    width: 590px;
    background: #FFFFFF;
    padding: 34px 40px;
    border-radius: 30px 0 30px 0;
    border: 1px solid rgba(23, 85, 237, 0.2);
 }

#app .page-contact-wrapper .contact-us-wrapper .content .content-wrapper .item img{
    width: 50px !important;
    height: 50px !important;
    margin-right: 42px;
}

#app .page-contact-wrapper .contact-us-wrapper .content .content-wrapper .item .label-value{
    display: flex;
    flex-direction: column;
}

#app .page-contact-wrapper .contact-us-wrapper .content .content-wrapper .item .label-value .label{
    font-weight: bold;
    font-size: 16px;
    color: #999999;
}

#app .page-contact-wrapper .contact-us-wrapper .content .content-wrapper .item .label-value .value{
    margin-top: 16px;
    font-weight: 500;
    font-size: 22px;
    color: #333333;
}

#app .page-contact-wrapper .contact-us-wrapper .content .img-wrapper{
    width: 100%;
    margin-top: 70px;
}

#app .page-contact-wrapper .contact-us-wrapper .content .img-wrapper img{
    width: 100% !important;
    height: 200px !important;
}
