.testimonial-template-1 {
  text-align: center;
}
#testimonial-template-1 {
    width: 390px;
    height: 320px;
    margin: 0 0 0 20px;
}
#testimonial-template-1 .swiper-slide {
    display: flex;
    align-items: center;
    justify-content: center;
    border: 4px solid #ffffff;
    border-radius: var(--border-radius_1);
    cursor: pointer;
}
#testimonial-template-1 img.testimonial-img {
    width: 50px;
    height: 50px;
}
#testimonial-template-1 .swiper-slide.swiper-slide-thumb-active {
    border-color: var(--primary_1);
    background: var(--box_bg_0);
}
.testimonial-template-1 .testimonial-designation {
    font-size: 14px;
    color: #95a0b1;
    line-height: 18px;
}
.testimonial-template-1 .testimonial-title {
    font-size: 20px;
    font-weight: bold;
}
.testimonial-template-1 .testimonial-img {
    width: 100px;
    height: 100px;
    border-radius: 100%;
}
.testimonial-template-1 .text {
    font-size: 15px;
    text-align: justify;
}
.testimonial-template-1 .item {
    border-radius: var(--border-radius_1);
    padding: var(--margin);
    background-color: var(--box_bg_0);
    height: 320px;
}
.testimonial-details {
    display: flex;
    justify-content: center;
    gap: var(--margin);
    margin-bottom: var(--margin);
}

.testimonial-details > * {
    display: flex;
    flex-direction: column;
    align-items: start;
    justify-content: center;
}
.testimonial-content {
    display:flex;
}
@media (max-width: 992px) {
    .testimonial-content {
        flex-direction: column;
    }
    #testimonial-template-1 {
        width: 100%;
        height: 100px;
        direction: ltr;
    }
    .testimonial-template-1 .contentslider  {
        width: 100%;
    }
    
    .testimonial-item {
            height: fit-content !important;
            
    }
}

