.uf-swiper .swiper-wrapper {
    align-items: center;
}

.uf-swiper .testimonial-content {
    display: flex;
    flex-direction: column;
    gap: 20px;
    background-color: #EAEAEA;
    border-radius: 10px;
    padding: 40px;
}

.uf-swiper .testimonial-content .testimonial-rating {
    display: flex;
    gap: 5px;
}

.uf-swiper .testimonial-content .testimonial-rating svg {
    fill: #FF6A00;
    height: 20px;
}

.uf-swiper .testimonial-content .testimonial-title {
    font-family: var(--e-global-typography-primary-font-family), serif;
}