.testimonial {
    padding-bottom: 50px;
    margin-bottom: 50px;
    border-bottom: 1px solid #D8D8D8;
}

.testimonial:last-of-type { margin-bottom: 0; }

.testimonial__highlight {
  margin-bottom: 30px;
    font-size: 26px;
    font-weight: 600;
    line-height: 1;
    text-align: center;
}

.testimonial__content p {
    font-size: 16px;
    font-weight: 500;
    line-height: 30px;  
    margin-bottom: 30px;
}

.testimonial__name { text-align: right; font-size: 1.5rem; font-weight: 400; }

.testimonial__name  span:before {
    content: '– ';
}

.testimonial__rating { display: flex; justify-content: center; margin-bottom: 20px; }
span.star { margin-right: 8px; }
span.star svg {
  fill: #FFD80A;
  width: 20px;
}

.testimonial__content {
    margin-left: 95px;
    position: relative;
}

.testimonial__content:before {
    content: '\201c';
    position: absolute;
    top: -30px;
    left: -80px;
    display: block;
    font-size: 7.5rem;
    line-height: 1;
    font-weight: bold;
    color: #FDB913;
}