.testimonial-item {
    background-color: #fff;
    padding: 30px;
    border-radius: 5px;
}

.testimonial-item img {
    max-width: 80px!important;
    height: 80px!important;
    text-align: center;
    border-radius: 50%!important;
    margin: 0 auto;
    margin-bottom: 20px;
}

.testimonial-item h4 span {
    display: block;
    font-family: "Work Sans", sans-serif;
    font-size: 12px;
    font-weight: 400;
}

.testimonial-carousel .slick-current.slick-center {
    box-shadow: 0px 0px 15px 5px rgba(34, 34, 34, 0.09);
    transition: all 0.3s linear;
}

.testimonial-carousel .slick-list{
    padding: 20px 0;
}

/* 22.3 Ratings */

.ratings {
    display: block;
    margin: 0 -3px 0!important;
    padding: 0;
}

.ratings li {
    display: inline-block;
    color: #999;
    font-size: 12px;
}

.ratings.star-5 li {
    color: #ff9629;
}

.ratings.star-4 li:nth-child(-n+4) {
    color: #ff9629;
}

.ratings.star-3 li:nth-child(-n+3) {
    color: #ff9629;
}

.ratings.star-2 li:nth-child(-n+2) {
    color: #ff9629;
}

.ratings.star-1 li:nth-child(-n+1) {
    color: #ff9629;
}

@media (max-width: 992px) {
    .testimonial-carousel .testimonial-item p br {
        display: none;
    }
}

@media (max-width: 767px) {
    .testimonial-carousel .slick-current.slick-center {
        box-shadow: none;
    }
}