<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*��夓�膸�*/

.about_banner{
    position:relative;
    max-height: 25rem;
    overflow: hidden;
}
.about_banner img{
    width: 100%;
}
.about_box{
    position: absolute;
    top: 0;
    left: 0;
    color: white;
    font-size: 2rem;
    display: flex;
    width: 100%;
    height: 100%;
    justify-content: center;
    align-items: center;
    z-index: 10;
}
.about_box .about_title{
    display: flex;
    width: 75rem;
    justify-content:start;
}

.model_values{
    background: #FFFFFF;
}

.values_box {
    display: flex;
    width: 75rem;
    margin-top: 3rem;
    justify-content: space-between;
    margin-bottom: 4rem;
}
.values_box .values_tile{
    font-size:1.5rem ;
    margin-bottom: 0.5rem;
}
.values_box .values_img img{
    width : 40rem;
    height: 28.75rem;
}
.values_box .values_info h1{
    font-size:1.5rem ;
    margin-bottom: 0.5rem;
}


.model_company{
    background: #F2F2F2;
}
.company_box {
    display: flex;
    width: 75rem;
    margin-top: 3rem;
    justify-content: space-between;

}
.company_box .company_left{
    width: 50%;
}
.company_left .company_tile{
    font-weight: bold;
    font-size: 1.8rem;
}
.company_left .company_desc{
    font-size: 1.2rem;
    margin-top: 1rem;
}
.company_left .company_desc p{
    margin-bottom: 0;
}

.company_info{
    width: 50%;
}
.company_info .company_center{
    justify-content: start;
}



</pre></body></html>