#app .page-aboutus-wrapper .qualification-honor-wrapper {
    display: flex;
    width: 100%;
    height: 790px;
    background-size: 100% 100%;
    background-repeat: no-repeat;
    background-image: url("../../img/aboutus/qualification_honor.jpg");
    flex-direction: column;
    align-items: center;
}

#app .page-aboutus-wrapper .qualification-honor-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 .qualification-honor-wrapper .content .title{
    font-size: 36px;
    align-self: center;
    font-weight: bold;
    color: #333333;
    margin-top: 58px;
    margin-bottom: 20px;
}

#app .page-aboutus-wrapper .qualification-honor-wrapper .content .title-en{
    font-weight: bold;
    align-self: center;
    font-size: 16px;
    color: #1755ED;
    margin-bottom: 70px;
}

#app .page-aboutus-wrapper .qualification-honor-wrapper .content .card {
    box-sizing: border-box;
    display: flex;
    width: 100%;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: center;
}

#app .page-aboutus-wrapper .qualification-honor-wrapper .content .card img{
    width: 191px !important;
    height: 240px !important;
    margin-right: 10px;
    margin-bottom: 30px;
}
