.style_testimonial_reviews i.fa.fa-star{
    color: #f9f9f9;
}
.style_testimonial_reviews i.fa.fa-star.active{
    color: #f49d21;
}

.style_testimonial_form .table-striped > tbody > tr:nth-of-type(odd) {
    background-color: var(--primary-color);
}

.style_testimonial_form .table-striped > tbody > tr:nth-of-type(odd) td {
    border: none;
    color: #fff;
    line-height: 30px;
    font-size: 18px;
}

.style_testimonial_form .table.table-striped.table-bordered p {
    margin-bottom: 20px;
    line-height: 28px;
}