#app .page-aboutus-wrapper .corporate-culture-wrapper {
    display: flex;
    width: 100%;
    height: 625px;
    background-size: 100% 100%;
    background-repeat: no-repeat;
    background-image: url("../../img/aboutus/corporate_ulture.jpg");
    background-color: #fff;
    flex-direction: column;
    align-items: center;
}

#app .page-aboutus-wrapper .corporate-culture-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 .corporate-culture-wrapper .content .title{
    font-size: 36px;
    align-self: center;
    font-weight: bold;
    color: #333333;
    margin-top: 80px;
    margin-bottom: 20px;
}

#app .page-aboutus-wrapper .corporate-culture-wrapper .content .title-en{
    font-weight: bold;
    align-self: center;
    font-size: 16px;
    color: #1755ED;
}

#app .page-aboutus-wrapper .corporate-culture-wrapper .content .service-wrapper{
    width: 100%;
    display: flex;
    box-sizing: border-box;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    margin-top: 60px;
}

#app .page-aboutus-wrapper .corporate-culture-wrapper .content .service-wrapper .service-card {
    display: flex;
    flex-direction: column;
    background: #FFFFFF;
    box-sizing: border-box;
    box-shadow: 0 10px 20px 0 rgba(184,184,184,0.4);
    border-radius: 50px 0 50px 0;
    padding-top: 40px;
    padding-left: 35px;
    align-items: center;
    padding-right: 35px;
    height: 300px;
    width: 250px;
}

#app .page-aboutus-wrapper .corporate-culture-wrapper .content .service-wrapper .service-card img {
    height: 50px;
    width: 50px;
    margin-bottom: 40px;
}

#app .page-aboutus-wrapper .corporate-culture-wrapper .content .service-wrapper .service-card .label {
    font-weight: bold;
    font-size: 24px;
    color: #333333;
    margin-bottom: 20px;
}

#app .page-aboutus-wrapper .corporate-culture-wrapper .content .service-wrapper .service-card .line {
    width: 50px;
    height: 1px;
    background: #1755ED;
    margin-bottom: 18px;
}

#app .page-aboutus-wrapper .corporate-culture-wrapper .content .service-wrapper .service-card .card-content {
    font-weight: 500;
    font-size: 16px;
    color: #999999;
    line-height: 2;
}
