.yichen-company-culture {
    padding: var(--component-gap) 0;
}

.yichen-culture-slider {
    position: relative;
}

.yichen-culture-item {
    padding: 0 12px 0 0;
}

.yichen-culture-item__image {
    position: relative;
    aspect-ratio: 519 / 419;
}

.yichen-culture-item__image::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: var(--color-primary);
    z-index: -1;
    transform: translate(10px, 10px);
}

.yichen-culture-item__img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.yichen-culture-item__content {
    margin-top: 40px;
}

.yichen-culture-item__title {
    font-size: var(--text-flag-size);
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

.yichen-culture-item__description {
    font-size: var(--text-size);
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
}

@media screen and (max-width: 992px) {
    .yichen-culture-item__content {
        margin-top: 24px;
    }
}

@media screen and (max-width: 576px) {
    .yichen-culture-item__content {
        margin-top: 16px;
    }
}