.df-testimonial-slider__item{
    background-color: var(--color-custom-2);
    padding: 40px;
    height: auto !important;
}

.df-testimonial-slider__item:first-child{
    border-top-left-radius: 20px;
}

.df-testimonial-slider__item-rating svg{
    margin-right: 5px;
}

.df-testimonial-slider__item-profile{
    gap: 15px;
}

.df-testimonial-slider__item-photo {
    max-width: 57px;
}

.df-testimonial-slider__item-profile-position{
    font-size: 14px;
}

.df-testimonial-slider__item-profile-content{
    width: calc(100% - 57px - 15px);
    padding-right: 70px;
}

.df-testimonial-slider__icon-quote{
    right: 0;
    top: 0;
}