.yichen_certification {
    padding: 0 0 var(--component-gap);
}

.yichen_certification_box {
    background-position: bottom;
    background-size: cover;
    background-repeat: no-repeat;
    height: 626px;
}

.yichen_certification_box .container {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    height: 100%;
}

.yichen_certification_box h2 {
    color: #FFF;
    font-size: var(--title-size-h2);
    font-weight: 700;
    line-height: normal;
    text-transform: capitalize;
}

.yichen_certification_box h2 b {
    color: #FF8400;
}

.yichen_certification_box p {
    color: #FFF;
    font-size: var(--text-flag-size);
    font-weight: 500;
    line-height: normal;
    text-align: center;
    margin: 27px auto 107px;
}

.yichen_certification_icon svg {
    width: 70px;
    height: 35px;
}

.yichen_certification_icon {
    display: flex;
    justify-content: space-between;
    margin-top: var(--component-gap);
}

.yichen_certification_icon_item {
    width: 22%;
    text-align: center;
}

.yichen_certification_icon_item img {
    width: 50%;
    aspect-ratio: 1 / 1;
    object-fit: cover;
    border-radius: 50%;
}

.yichen_certification_icon_item h3 {
    color: #000;
    text-align: center;
    font-size: var(--text-flag-size);
    font-weight: 500;
    line-height: normal;
    text-transform: capitalize;
    margin-top: 30px;
}

.yichen_certification_data {
    display: flex;
    flex-direction: column;
    gap: 40px;
    margin-top: var(--component-gap);
    position: relative;
    padding: 150px 0 60px;
}

.yichen_certification_data .yichen_certification_data_item {
    width: 85%;
    object-fit: cover;
}

.yichen_certification_data_bg {
    position: absolute;
    top: 0;
    right: 0;
    width: auto;
    height: 100%;
    aspect-ratio: 604 / 815;
    object-fit: cover;
    z-index: -1;
}

@media screen and (max-width: 1200px) {
    .yichen_certification_box {
        height: 550px;
    }

    .yichen_certification_box p {
        margin: 20px auto 80px;
    }
}

@media screen and (max-width: 992px) {
    .yichen_certification_data {
        padding: 100px 0 40px;
    }
}

@media screen and (max-width: 768px) {
    .yichen_certification_box {
        height: 400px;
    }

    .yichen_certification_data {
        padding: 80px 0 30px;
    }

    .yichen_certification_icon svg {
        width: 50px;
        height: 25px;
    }

    .yichen_certification_icon_item img {
        width: 35%;
    }

    .yichen_certification_icon {
        flex-wrap: wrap;
    }

    .yichen_certification_icon_item {
        width: 45%;
        margin-bottom: 20px;
    }
}

@media screen and (max-width: 576px) {
    .yichen_certification_box p {
        margin: 10px auto 60px;
    }

    .yichen_certification_box {
        height: 280px;
    }
}