#app .page-aboutus-wrapper .company-info-wrapper {
    display: flex;
    width: 100%;
    box-sizing: border-box;
    padding-top: 70px;
    padding-bottom: 70px;
    background-color: #fff;
    flex-direction: column;
    align-items: center;
}

#app .page-aboutus-wrapper .company-info-wrapper .content {
    max-width: 1200px;
    display: flex;
    flex-direction: column;
    box-sizing: border-box;
    margin-left: 40px;
    margin-right: 40px;
}

#app .page-aboutus-wrapper .company-info-wrapper .content .title {
    display: flex;
    flex-direction: column;
    align-self: center;
    font-weight: bold;
    font-size: 36px;
    color: #333333;
}

#app .page-aboutus-wrapper .company-info-wrapper .content .title-en {
    font-weight: bold;
    align-self: center;
    font-size: 16px;
    color: #1755ED;
    margin-top: 19px;
    margin-bottom: 50px;
}

#app .page-aboutus-wrapper .company-info-wrapper .content img {
    width: 728.5px;
    height: 214.5px;
    align-self: center;
}

#app .page-aboutus-wrapper .company-info-wrapper .content .content-text {
    display: flex;
    box-sizing: border-box;
    flex-direction: column;
    margin-top: 47px;
    text-indent: 2em;
}

#app .page-aboutus-wrapper .company-info-wrapper .content .content-text .text {
    font-weight: 500;
    font-size: 16px;
    line-height: 1.8;
    text-indent: 2em;
    color: #999999;
}
