.review-item{
    border-radius: 8px;
    border: 1px solid #FFFDFD;
    padding: 10px;
    height: 100%;
    box-sizing: border-box;
}
.swiper-slide.swiper-slide_review{
    height: initial;
}
.review-date{
    color: #FFF;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin-bottom: 11px;
}
.review-name{
    color: #FFF;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin-bottom: 11px;
}
.review-text{
    color: #FFF;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}