#testimonials-sec {
    margin-top: 60px;
    padding: 50px 0;
}

.testimonial-block {
    padding: 27px 0 20px 66px;
    position: relative;
    padding-bottom: 20px;
    border-bottom: 1px solid #E6E6E6;
    height: 100%;
}

.testimonial__thumb {
    width: 48px;
    height: 48px;
    background-size: cover;
    position: absolute;
    top: 27px;
    left: 0;
    border-radius: 50%;
    overflow: hidden;
}

.testimonial__name {
    display: block;
    font-size: 16px;
    line-height: 19px;
    font-weight: 600;
    margin-bottom: 6px;
}

.testimonial__stars {
    position: relative;
    width: 102px;
    height: 17px;
    margin-bottom: 12px;
}

.testimonial__stars::after {
    content: '';
    position: absolute;
    top: -1px;
    left: -1px;
    display: block;
    width: calc(100% + 2px);
    height: calc(100% + 2px);
    background-size: 20% 100%;
    background-position: left center;
    background-repeat: repeat-x;
    background-image: url(../images/star-empty.png);
    z-index: 2;
}

.testimonial__date {
    display: block;
    font-size: 12px;
    line-height: 15px;
    color: #666;
    margin-bottom: 13px;
}

.testimonials-slider__text {
    font-size: 16px;
    line-height: 1.625em;
    color: #3D3D3D;
}

.testimonials-slider__text >*:first-child {
    margin-top: 0;
}

.testimonials-slider__text >*:last-child {
    margin-bottom: 0;
}

.reviews-count {
    font-size: 16px;
    line-height: 44px;
}

.testimonials-row {
    margin-bottom: 34px;
}

.reviews-count-col {
    padding-right: 0;
}

.leave-to-review-col {
    text-align: right;
}

.reviews-rating {
    display: block;
}

.reviews-rating * {
    display: inline-block;
    line-height: 44px;
    vertical-align: middle;
}

.reviews-rating .star {
    width: 19px;
    height: 44px;
    margin-right: 7px;
    background-image: url(../images/star-empty.png);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
}

.reviews-rating .total {
    font-size: 24px;
    font-weight: 700;
}

.reviews-rating .rating {
    margin-right: 11px;
}

.view-all-block {
    text-align: center;
}

.view-all-block .btn {
    position: relative;
    display: inline-block;
    padding: 0 8px 8px;
    color: #222;
    font-size: 22px;
}

.view-all-block .btn::after {
    content: '';
    display: block;
    width: 100%;
    height: 4px;
    position: absolute;
    bottom: 0;
    left: 0;
    background-image: url(../images/underline6.png);
    background-size: contain;
    background-position: center bottom;
    background-repeat: no-repeat;
}

.leave-to-review-col .btn {
    height: 44px;
    text-align: center;
    line-height: 42px;
    padding: 0 0 2px;
    font-family: 'Ogenblik', sans-serif;
    font-size: 22px;
    background-size: 100% 100%;
    background-position: center;
    background-repeat: no-repeat;
    display: inline-block;
    width: 157px;
    color: #000;
}

.leave-to-review-col .btn.green-btn {
    background-image: url(../images/btn_green.png);
    transition: .3s all;
}

.leave-to-review-col .btn.green-btn:hover {
    background-image: url(../images/btn_dark.png);
    color: #fff;
}

@media screen and (min-width: 576px) {
    #testimonials-sec {
        padding: 60px 0;
    }

    .reviews-count {
        font-size: 20px;
    }
}

@media screen and (min-width: 768px) {
    #testimonials-sec {
        padding: 70px 0;
    }
}

@media screen and (min-width: 992px) {
    #testimonials-sec {
        margin-top: 100px;
        padding: 80px 0;
    }
}

@media screen and (min-width: 1200px) {
    #testimonials-sec {
        padding: 100px 0;
    }
}