#app .page-aboutus-wrapper .technological-innovation-wrapper {
    display: flex;
    width: 100%;
    height: 500px;
    background-size: 100% 100%;
    background-repeat: no-repeat;
    background-image: url("../../img/aboutus/technological_innovation.jpg");
    flex-direction: column;
    align-items: center;
}

#app .page-aboutus-wrapper .technological-innovation-wrapper .content {
    max-width: 1200px;
    margin-right: 40px;
    margin-left: 40px;
    width: calc(100% - 80px);
    display: flex;
    flex-direction: column;
    box-sizing: border-box;
}

#app .page-aboutus-wrapper .technological-innovation-wrapper .content .title{
    margin-top: 70px;
    align-self: center;
    font-weight: bold;
    font-size: 36px;
    color: #FFFFFF;
    margin-bottom: 20px;
}

#app .page-aboutus-wrapper .technological-innovation-wrapper .content .title-en{
    font-weight: bold;
    align-self: center;
    font-size: 16px;
    color: white;
    margin-bottom: 70px;
}

#app .page-aboutus-wrapper .technological-innovation-wrapper .content .sub-title{
    font-size: 24px;
    align-self: center;
    font-weight: bold;
    color: white;
    margin-bottom: 20px;
}

#app .page-aboutus-wrapper .technological-innovation-wrapper .content .line{
    width: 50px;
    height: 1px;
    align-self: center;
    background-color: white;
    margin-bottom: 20px;
}

#app .page-aboutus-wrapper .technological-innovation-wrapper .content .content-text{
    font-weight: 500;
    font-size: 16px;
    color: #FFFFFF;
    line-height: 36px;
    margin-bottom: 50px;
    text-indent: 2em;
}
#app .page-aboutus-wrapper .technological-innovation-wrapper .content img{
    width: 47px !important;
    height: 47px !important;
    align-self: center;
}
