.reviews-title{
    text-transform: uppercase;
    line-height: 1;
    font-size: 40px;
    font-weight: 300;
    overflow: hidden;
}

.reviews-title span{
    font-weight: 700;
}
.home-reviews{
    background-color: var(--assistant-color);
}

.SwiperReviews .swiper-slide{
    cursor: grab;
}

.home-review-item{
    padding: 50px 30px;
    border: 1px solid var(--border-color);
    position: relative;
}

.home-review-text a{
    font-size: 18px;
    color: var(--font-color);
}

.home-review-item::before{
    position: absolute;
    content: '"';
    font-size: 170px;
    line-height: 170px;
    top: -43px;
    right: 20px;
    color: #dfdfdf;
    z-index: 100;
}

.home-review-item_text{
    border-top: 1px solid var(--border-color);
    padding-top: 30px;
    margin-top: 30px;
}

.reviews-list-avatar{
    height: 60px;
    width: 60px;
    border-radius: 30px;
    overflow: hidden;
}

@media (max-width: 575.98px) {
    .reviews-title {
        text-transform: uppercase;
        line-height: 1;
        font-size: 30px;
        font-weight: 300;
        overflow: hidden;
    }
    
    .home-review-item {
        padding: 20px 15px;
    }
}

