.testimonial-section-bg {
    background-image: url("../images/background/bg4.jpg");
    background-position: bottom;
    background-size: cover;
}

.testimonial-pattern-bg {
    background-image: url("../images/background/bg1.png"), url("../images/background/bg2.png");
    background-position: bottom, top;
    background-size: 100%;
    background-repeat: no-repeat;
}

.testimonial-two-dots .owl-stage {
    display: flex;
}

.testimonial-two-dots .owl-item {
    display: flex !important;
    height: auto;
}

.testimonial-two-dots .item {
    display: flex;
    height: 100%;
    width: 100%;
}

.testimonial-two-dots .testimonial-9 {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
    width: 100%;
    text-align: center;
    padding: 20px;
}

.testimonial-two-dots .testimonial-text {
    flex-grow: 1;
    display: flex;
    align-items: center;
    justify-content: center;
}

.testimonial-two-dots .testimonial-text p {
    width: 100%;
}

.testimonial-two-dots .testimonial-detail {
    margin-top: auto;
}

.testimonial-two-dots .testimonial-pic {
    width: 100px;
    height: 100px;
    margin: 0 auto 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}

.testimonial-two-dots .testimonial-pic img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 50%;
}

.testimonial-pic-initial {
    background-color: #8c71db;
    color: #fff;
    font-size: 32px;
    font-weight: 700;
}

.short-text {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
