
.mm-testimonial-header {
    border-bottom: 1px solid rgb(2 13 25 / 8%);
    padding-bottom: 20px;
    margin-bottom: 20px;
}
.author-info {
    display: flex;
    gap: 20px;
    align-items: center;
}
.mm-testimonial--image img {
    border-radius: 50%;
    max-width: 65px;
}
.mm-testimonial--name {
	margin-bottom: 0 !important;
}
.author-position {
    margin: 0;
}
.swiper-pagination {
    transform: translateY(90px);
}

.swiper-pagination-bullet-active {
    background: #00bcd4;
    outline: 3px solid #fff;
    outline-offset: 2px;
}
.swiper-pagination-bullet {
    width: 8px;
    height: 8px;
    background: #00bcd4;
    opacity:1 !important;
   
}

@media (max-width:767px){
.swiper-pagination {
    transform: translateY(70px);
}   
.author-info, .testimonial-item p {
    display: block;
    text-align: center;
}
.mm-testimonial--image img {
    margin: 0 auto;
    margin-bottom: 15px;
}
}