.fts-slider{
    padding:20px 0 50px;
}

.fts-card{

    background:#fff;
    border:1px solid #eee;

    padding:40px;

    text-align:center;

    display:flex;
    flex-direction:column;

    min-height:420px;
    height:100%;
}

.fts-stars{

    color:#e83e8c;

    font-size:24px;

    margin-bottom:20px;
}

.fts-content{

    flex:1;

    font-size:18px;

    line-height:1.8;
}

.fts-author{

    display:flex;

    align-items:center;

    justify-content:center;

    gap:15px;

    margin-top:20px;
}

.fts-author img{

    width:60px;
    height:60px;

    border-radius:50%;

    object-fit:cover;
}

.fts-author strong{

    display:block;

    font-size:22px;
}

.fts-author span{

    color:#666;
}

.swiper-slide{
    height:auto;
}

.swiper-wrapper{
    align-items:stretch;
}