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

.runfeng_design_profile_title {
    color: var(--title-text-color);
    font-size: var(--title-size-h1);
    font-weight: 700;
    line-height: 1.52;
    text-align: center;
    margin-top: 20px;
}

.runfeng_design_profile_list {
    margin-top: calc(var(--text-gap-lg) * 2);
}

.runfeng_design_profile_item {
    display: flex;
    flex-direction: column;
}

.runfeng_design_profile_item:nth-child(even) img {
    order: 2;
}

.runfeng_design_profile_item img {
    width: 100%;
    aspect-ratio: 1/1;
    object-fit: cover;
}

.runfeng_design_profile_item_content {
    width: 100%;
    aspect-ratio: 1/1;
    padding: var(--text-gap-lg);
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.runfeng_design_profile_item_content_link {
    width: 20px;
    aspect-ratio: 1/1;
    border-right: 1px solid #D9D9D9;
    border-bottom: 1px solid #D9D9D9;
    background: #FFF;
}

.runfeng_design_profile_item:nth-child(4n+1) .runfeng_design_profile_item_content {
    justify-content: flex-end;
    align-items: flex-end;
    text-align: right;
}

.runfeng_design_profile_item:nth-child(4n+2) .runfeng_design_profile_item_content {
    justify-content: flex-end;
    align-items: flex-start;
    text-align: left;
}

.runfeng_design_profile_item:nth-child(4n+3) .runfeng_design_profile_item_content {
    justify-content: flex-start;
    align-items: flex-end;
    text-align: right;
}

.runfeng_design_profile_item:nth-child(4n+3) .runfeng_design_profile_item_content_link,
.runfeng_design_profile_item:nth-child(4n+4) .runfeng_design_profile_item_content_link {
    order: -1;
}

.runfeng_design_profile_item:nth-child(4n+4) .runfeng_design_profile_item_content {
    justify-content: flex-start;
    align-items: flex-start;
    text-align: left;
}

.runfeng_design_profile_item_content_title {
    font-family: var(--font-family) !important;
}

.runfeng_design_profile_item_content_title p {
    min-height: 20px;
}

.runfeng_design_profile_item_content_title strong {
    font-family: var(--title-font-family) !important;
}

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

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

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

@media screen and (max-width: 1200px) {
    .runfeng_design_profile_item_content p {
        min-height: 16px;
    }
}

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