.runfeng_design_product {
    background: var(--color-primary);
    position: relative;
    overflow: hidden;
    padding: var(--content-gap) 0 calc(var(--content-gap) + var(--content-gap-md));
}

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

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

.runfeng_design_product_item {
    position: relative;
}

.runfeng_design_product_item img {
    width: 100%;
    aspect-ratio: 340/600;
    object-fit: cover;
}

.runfeng_design_product_item_content_title {
    color: #FFF;
    font-size: 22px;
    font-weight: 700;
    line-height: 1.54;
    margin-top: calc(var(--text-gap-md) / 2);
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.runfeng_design_product_item_content_desc {
    color: rgba(255, 255, 255, 0.70);
    font-size: var(--text-size);
    font-weight: 400;
    line-height: 1.375;
    margin-top: 4px;
}

.runfeng_design_product .swiper-pagination .swiper-pagination-bullet {
    background: rgba(255, 255, 255, 0.20);
}

.runfeng_design_product .swiper-pagination .swiper-pagination-bullet-active {
    background: #fff;
}

.runfeng_design_product .swiper-pagination-bullets.swiper-pagination-horizontal {
    bottom: var(--content-gap) !important;
}

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