.testimonial-list .testimonial-list-content .entry-content {
    color: #313131;
    font-size: 14px;
    line-height: 26px;
    letter-spacing: .5px;
    word-break: break-all
}

.testimonial-list .entry-content p {
    color: #313131;
    margin-bottom: 0;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    word-break: break-word
}

.testi-readbtn {
    position: relative;
    cursor: pointer;
    margin-left: 5px;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out
}

.testimonial-list-content .entry-content::-webkit-scrollbar,
.testimonial-list-content .testimonial-author-title::-webkit-scrollbar {
    width: 10px;
    cursor: pointer !important
}

.testimonial-list-content .entry-content::-webkit-scrollbar-track,
.testimonial-list-content .testimonial-author-title::-webkit-scrollbar-track {
    border-radius: 10px;
    background: #fff
}

.testimonial-list-content .entry-content.scroll-on-hover::-webkit-scrollbar-track,
.testimonial-list-content .entry-content.scroll-on-hover::-webkit-scrollbar-thumb,
.testimonial-list-content .testimonial-author-title.title-scroll-on-hover::-webkit-scrollbar-track,
.testimonial-list-content .testimonial-author-title.title-scroll-on-hover::-webkit-scrollbar-thumb {
    opacity: 0;
    visibility: hidden
}

.testimonial-list-content .entry-content::-webkit-scrollbar-thumb,
.testimonial-list-content .testimonial-author-title::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background: #6f14f1
}

.testimonial-list-content .entry-content.scroll-on-hover:hover::-webkit-scrollbar-thumb,
.testimonial-list-content .entry-content.scroll-on-hover:hover::-webkit-scrollbar-track,
.testimonial-list-content .testimonial-author-title.title-scroll-on-hover:hover::-webkit-scrollbar-thumb,
.testimonial-list-content .testimonial-author-title.title-scroll-on-hover:hover::-webkit-scrollbar-track {
    opacity: 1;
    visibility: visible
}

.testimonial-list .post-content-image .post-title {
    color: #313131;
    font-size: 16px;
    line-height: 22px;
    font-weight: 700;
    letter-spacing: .5px;
    text-align: center;
    display: block;
    margin: 0;
    margin-top: 15px;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out
}

.testimonial-list .tpae-mask-image img {
    border-radius: 0px !important
}