.reviews-module {
    margin-bottom: 0;
}

.reviews-module .rating{
    margin-top: -15px;
}

.reviews-module:after {
    display: none;
}

.review-item {
    background: #FFFFFF;
    border: 1px solid #D8D8D8;
    box-shadow: 0px 2px 6px rgba(0, 0, 0, 0.15), 0px 0px 0px 1px rgba(0, 0, 0, 0.04);
    border-radius: 10px;
    padding: 10px;
    height: 100%;
}
.review-item-top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 15px;
}
.review-image {
    line-height: 0;
}

.review-image img{
    width: 40px;
    height: 40px;
    border-radius: 50%;
}

.review-item-title {
    font-weight: 600;
    font-size: 22px;
    line-height: 27px;
    margin-bottom: 15px;
}
.review-item-content {
    font-size: 16px;
    line-height: 19px;
    margin-bottom: 10px;
}

.reviews-sliders .slick-track {
    display: flex !important;
}

.reviews-sliders .slick-slide {
    height: inherit !important;
}

@media screen and (min-width: 992px){
    .review-item {
        padding: 20px;
    }
}