.widget_testimonials {
    margin: 25px 0;
}
.widget_testimonials .content {
    margin-bottom: 25px;
}
.widget_testimonials h2 {
    font-size:23px;
    font-weight:700;
}
.widget_testimonials h3 {
    font-size:16px;
    font-weight: normal;
}
.widget_testimonials .rating .fa-star {
    color: #D0D0D0;
    font-size: 23px;
}
.widget_testimonials .rating .fa-star.active {
    color: #FCCC00;
}
.widget_testimonials .heading h4 {
    font-size: 16px;
    font-weight: 700;
}
.widget_testimonials .author p,
.widget_testimonials .date p {
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom:0;
    font-size:14px;
}

@media (min-width: 768px) {
    .widget_testimonials h2 {
        font-size:32px;
    }
    .widget_testimonials h3 {
        font-size:23px;
    }
    .widget_testimonials .content {
        margin-bottom: 50px;
    }
}