.fts-slider{

padding:20px 0;

}


.fts-card{

background:#f5f5f5;

padding:40px;

text-align:center;

height:100%;

display:flex;

flex-direction:column;

justify-content:space-between;

box-sizing:border-box;
border:1px solid;

}


.swiper-slide{

height:auto;

display:flex;

}


.fts-stars{

color:#d13c8b;

font-size:24px;

margin-bottom:20px;

}


.fts-content{

font-size:18px;

line-height:1.8;

flex:1;

}


.fts-author{

margin-top:30px;

font-size:28px;

}


.fts-author strong{

font-weight:700;

}


@media(max-width:768px){

.fts-card{

padding:25px;

}

.fts-author{

font-size:20px;

}

}