.testimonials .testimonial {
  border-bottom: 1px solid var(--gold);
  padding-bottom: 40px;
  margin-bottom: 40px;

  padding-left: 60px;
  padding-top: 20px;

  background-image: url('../images/quote-start.png');
  background-repeat: no-repeat;
  background-position: top left;
}