.top-caption {
    display: flex;
    gap: 20px;
    align-items: center;
}
.test-featured img {
    width: 70px;
    height: 70px;
    border-radius: 50%;
}
.test--caption {
    border-top: 1px solid #ffffff26;
    margin-top: 40px;
    padding-top: 30px;
}
.test-rt {
    margin-bottom: 15px;
    display: flex;
    gap: 5px;
}
.test-rt i {
    font-size: 16px;
    color: var(--e-global-color-primary);
}
.fs-testimonial-hold .swiper-btn .swiper-button-next,
.fs-testimonial-hold .swiper-btn .swiper-button-prev {
    top: 30px;
    bottom: auto;
}
.fs-testimonial-hold .swiper-btn .swiper-button-prev {
    left: auto;
    right: 70px;
}
.swiper-button-next,
.swiper-button-prev {
    opacity: 1!important;
}