.ss-testimonial-slide {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    padding: 40px 60px;
}
.test-img img {
    width: 90px;
    height: 90px;
    border-radius: 50px;
    object-fit: cover;
    border: 3px solid #0A0ABB;
}
.ss-testimonial .swiper-pagination-bullet {
    width: 12px;
    height: 12px;
}
.test-caption * {
    color: #fff;
}
.test-caption p {
    font-size: 20px;
}
@media screen and (max-width: 767px) {
.ss-testimonial-slide {
    padding: 20px;
}
}