/***************************************************
 ** - 15 - Testimonial Design Two Section CSS
 ***************************************************/
.testimonial-design-two {
    position: relative;
    z-index: 1;
    padding: 80px 0;
}

.testimonial-design-two .section-title {
    /* margin-bottom: 30px; */
}

.testimonial-slide-two .testimonial-swiper {
    padding-top: .35rem;
    overflow: hidden;
}

.single-testimonial-two .testimonial-two-content {
    display: block;
    margin: 0px 15px;
}

.testimonial-two-content .testimonial-text {
    position: relative;
    display: block;
    background: #fff;
    padding: 45px 30px 40px 30px;
    margin: 40px 0px;
    box-shadow: 0 10px 35px 15px #ededf1;
    border-radius: 5px;
}


.testimonial-two-content .testimonial-text p {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
    overflow: hidden;
    text-overflow: ellipsis;
    word-break: break-word;
    min-height: calc(15px * 1.6 * 4);
    /* 针对不支持 line-clamp 的浏览器降级处理 */
    /* max-height: calc(1.6em * 4); */
    /* 假设行高为 1.5 */
}

.testimonial-two-content .testimonial-text:after {
    position: absolute;
    content: '';
    background: #ffffff;
    width: 50px;
    height: 50px;
    left: 25px;
    bottom: -20px;
    transform: rotate(-45deg);
}

.testimonial-two-content .testimonial-text .logo-box {
    display: inline-block;
    margin-bottom: 10px;
}

.testimonial-two-content .testimonial-text p {
}

.testimonial-two-content .testimonial-text .rating-box {
    margin-top: 15px;
}

.testimonial-two-content .testimonial-text .rating-box ul li {
    display: inline-block;
}

.testimonial-two-content .testimonial-text .rating-box ul li i {
    color: #ffce39;
    font-size: 16px;
}

.testimonial-two-content .author-info-box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: row;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    text-align: left;
    padding: 20px 0px;
    margin-left: 10px;
}

.testimonial-two-content .author-info-box .author-img img {
    border-radius: 50%;
    border: 5px solid #fff;
    width: 90px;
    margin: 0 auto;
    -webkit-box-shadow: 0 3px 15px rgba(218, 225, 232, 0.85);
    box-shadow: 0 3px 15px rgba(218, 225, 232, 0.85);
}

.testimonial-two-content .author-info-box .author-img {
    margin-right: 18px;
}

.testimonial-two-content .author-info-box h3 {
    color: #333;
    font-size: 18px;
    font-weight: 600;
    margin-top: 0;
}

.testimonial-two-content .author-info-box span {
    color: #5e87eb;
    font-size: 15px;
    font-weight: 500;
}