.testimonial-carousel-10, .testimonial-carousel-10 .testimonial-carousel-item {
    position: relative;
}

.testimonial-carousel-10 .swiper-wrapper {
    padding: 2rem 0;
}

.testimonial-carousel-10 .testimonial-carousel-item-wrap {
    transform: scale(.83) skew(9deg, 1deg);
}

.testimonial-carousel-10 .testimonial-carousel-item-content {
    position: relative;
    transition: ease all .4s;
    border: 1px solid #f0f0f0;
    background-color: #ffffff;
    border-radius: 17px;
    padding: 23px;
    box-shadow: 0 5px 35px #00000017;
}

.testimonial-carousel-10 .testimonial-carousel-item-content .head {
    display: flex;
}

.testimonial-carousel-10 .testimonial-carousel-item-content .stars {
    color: #dddddd;
}

.testimonial-carousel-10 .testimonial-carousel-item-content .stars span {
    font-size: 13px;
}

.testimonial-carousel-10 .testimonial-carousel-item-content .head .avatar {
    width: 27%;
    display: flex;
    align-items: center;
}

.testimonial-carousel-10 .testimonial-carousel-item-content .head .avatar img {
    width: 74px;
    border-radius: 15px;
    box-shadow: 0 0 17px 0 rgba(0, 0, 0, 0.13);
}

.testimonial-carousel-10 .testimonial-carousel-item-content .head .meta {
    width: 73%;
}

.testimonial-carousel-10 .testimonial-carousel-item-content .rate {
    display: inline-block;
    text-align: left;
}

.testimonial-carousel-10 .testimonial-carousel-item-content .head .name {
    color: #000000;
    font-size: 17px;
    font-weight: bold;
}

.testimonial-carousel-10 .testimonial-carousel-item-content .head .site-name {
    color: #bfbfbf;
    font-size: 14px;
    font-weight: 300;
}

.testimonial-carousel-10 .testimonial-carousel-item-content .content {
    color: #979797;
    font-size: 13px;
    font-weight: 300;
    margin: 18px 0 0 0;
}

.testimonial-carousel-10 .testimonial-carousel-item-content .rate .stars span.checked {
    color: #ff9d00;
}