.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%;
}
.swiper-pagination.swiper-pagination-bullets {
    position: absolute;
    bottom: -50px !important;
}
.swiper-pagination-bullet.swiper-pagination-bullet-active {
    background: #ff7c2b;
    outline: 1px solid #ff7c2b;
    outline-offset: 4px;
}
.swiper-pagination-bullet {
    width: 12px;
    height: 12px;
    background: rgb(2 13 25 / 44%);
}