.runfeng_design_case {
    position: relative;
    overflow: hidden;
    padding: calc(var(--text-gap-md) * 2) 0 calc(var(--text-gap-md) * 2 + var(--content-gap-md));
}

.runfeng_design_case_title {
    text-align: center;
    font-size: var(--title-size-h1);
    font-weight: 700;
    line-height: 1.52;
    text-align: center;
    color: var(--title-text-color);
}

.runfeng_design_case_list {
    width: 100%;
    margin-top: calc(var(--text-gap-lg) * 2);
    margin-left: calc(var(--text-gap-md) * 2) !important;
}

.runfeng_design_case_item {
    position: relative;
}

.runfeng_design_case_item img {
    width: 100%;
    aspect-ratio: 45/62;
    object-fit: cover;
}

.runfeng_design_case_item_content {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.00) 73.15%, rgba(0, 0, 0, 0.40) 88.31%);
    display: flex;
    align-items: flex-end;
    padding: var(--text-gap-md) var(--text-gap);
}

.runfeng_design_case_item_content_title {
    color: #FFF;
    font-size: var(--title-size-h6);
    font-weight: 700;
    line-height: 1.5;
}

.runfeng_design_case .swiper-pagination .swiper-pagination-bullet {
    background: rgba(40, 40, 40, 0.20);
}

.runfeng_design_case .swiper-pagination .swiper-pagination-bullet-active {
    background: #282828;
}

.runfeng_design_case .swiper-pagination-bullets.swiper-pagination-horizontal {
    bottom: calc(var(--text-gap-md) * 2) !important;
}

@media screen and (max-width: 768px) {
    .runfeng_design_case{
      padding-bottom: calc(var(--content-gap-md) * 4);
    }
    .runfeng_design_case .swiper-pagination-bullets.swiper-pagination-horizontal {
        bottom: calc(var(--content-gap-md) * 2) !important;
    }
}