/* testimonials widget */
.testimonial-inner {
    padding: 20px 15px !important;
}
.testimonial-rating {
    margin-bottom: 20px !important;
    font-size: 15px;
}
.testimonial-separator {
    margin-bottom: 20px !important;
}
.testimonial-title {
    font-weight: 700;
    font-size: 16px;
    color: #FFFFFF;
}
.testimonial-content {
    font-size: 14px;
    color: #A4A4A4;
}
.testimonial-footer {
    display: flex;
    align-items: center;
}
.testimonial-avatar {
    margin-right: 12px !important;
}
.testimonial-name {
    font-size: 14px;
    font-weight: 700;
    color: #FFFFFF;
}
.testimonial-date {
    font-size: 12px;
    font-weight: 500;
    color: #A4A4A4;
}