@font-face {
    font-family: HarmonyOS_Medium;
    font-style: normal;
    font-display: swap;
    src: url('/en/fonts/HarmonyOS_Medium.woff') format('woff2');
}

@font-face {
    font-family: HarmonyOS_Regular;
    font-style: normal;
    font-display: swap;
    src:url('/en/fonts/HarmonyOS_Regular.woff') format('woff2');
}

@font-face {
    font-family: HarmonyOS_Bold;
    font-style: normal;
    font-display: swap;
    src:url('/en/fonts/HarmonyOS_Bold.woff') format('woff2');
}
@font-face {
    font-family: HarmonyOS_Light;
    font-style: normal;
    font-display: swap;
    src:url('/en/fonts/HarmonyOS_Light.woff') format('woff2');
}

.main-content {
    margin: auto;
}
.w1600{
    max-width: 1600px;
    margin: 0 auto;
    padding-left: 5%;
    padding-right: 5%;
}

.strength {
    margin: 50px auto;
}

.strength h2 {
    font-size: 30px;
    font-family: 'HarmonyOS_Bold',Arial, serif;
    margin-bottom: 50px;
}

.stats-item h2 {
    font-size: 30px;
    font-family: 'HarmonyOS_Bold',Arial, serif;
    color: #FFFFFF;
    padding: 50px 0;
}


.team-content {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 100px;
}

.team-photo {
    flex: 1;
    max-width: 45%;
    width: 100%;
    border-radius: 20px;
}

.team-text {
    font-family: 'HarmonyOS_Light',Arial, serif;
    width: 50%;
    /*flex: 1;*/
    line-height: 1.8;
    font-size: 22px;
}

.card-content{
    height: 100%;
    display: flex;
    flex-direction: row;
    gap: 15px;
    margin: 0 25px;
    justify-content: space-between;
    align-items: center;
}

.card-text{
    height: 100%;
    display: flex;
    flex-direction: column;
    gap: 15px;
    margin: 0 25px;
}
.card-content a{
    margin: 20px 0;
    font-family: 'HarmonyOS_Medium',Arial, serif;
    font-size: 24px;
    color: #3e3a39;
}

.card-text p{
    font-family: 'HarmonyOS_Light',Arial, serif;
    font-size: 16px;
    color: #717071;
}

.card-item {
    display: flex;
    justify-content: space-between;
    text-align: left;
}
.card{
    background: #ffffff;
    border-radius: 10px;
    display: flex;
    flex-direction: column;
    width: 30%;
    height: 250px;
}

.card-img{
    margin: 15px;
    height: 85px;
    width: 85px;
}

.card-img img{
    width: 100%;
    height: 100%;
}
.lc{
    text-align: center;
    padding-bottom: 80px;
}
.lc img{
    width: 100%;
}
.esg-content{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 40px;
    margin-bottom: 120px;
}
.esg-card{
    /*background: #f4f4f4;*/
    /*border-radius: 10px;*/
    display: flex;
    flex-direction: row;
    width: 30%;
    height: 220px;
}
.esg-card img{
    margin: 15px;
    height: 85px;
    width: 85px;
}
.esg-card-text{
    display: flex;
    flex-direction: column;
    gap: 15px;
    margin: 0 25px;
}
.esg-card-text p{
    font-family: 'HarmonyOS_Light',Arial, serif;
    font-size: 16px;
    color: #717071;
}
.esg-card-text a{
    font-family: 'HarmonyOS_Medium',Arial, serif;
    font-size: 20px;
    color: #3e3a39;
}