.rc-swiper-276ed8e2 {
    padding-bottom: 50px;
    width: 100%;
}

.rc-card-276ed8e2 {
    background: #ffffff;
    border-radius: 10px;
    padding: 30px;
    box-shadow: 0 10px 30px rgba(0,0,0,0.05);
    text-align: center;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    box-sizing: border-box;
}

.rc-image-276ed8e2 {
    width: 80px;
    height: 80px;
    margin: 0 auto 20px;
    border-radius: 50%;
    overflow: hidden;
}

.rc-image-276ed8e2 img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.rc-content-276ed8e2 {
    font-size: 15px;
    line-height: 1.6;
    color: #666;
    margin-bottom: 25px;
    flex-grow: 1;
}

.rc-author-276ed8e2 {
    margin-bottom: 15px;
}

.rc-name-276ed8e2 {
    font-weight: bold;
    color: #333;
    font-size: 16px;
    margin-bottom: 5px;
}

.rc-title-276ed8e2 {
    font-size: 13px;
    color: #999;
}

.rc-rating-276ed8e2 {
    margin-top: 10px;
}

.rc-star-276ed8e2 {
    font-size: 18px;
    margin: 0 2px;
}