.testimonial {
  margin-left: 0;
  margin-right: 0;
}

.testimonial__quote {
  font-size: 30px;
  font-weight: bold;
  margin-bottom: 16px;
}

.testimonial__author {
  font-size: 20px;
  font-weight: 600;
  display: inline-block;
  margin-bottom: 8px;
}

.testimonial__company {
  font-size: 18px;
  font-weight: 400;
}

@media screen and (max-width: 768px) {
  .testimonial__author {
    font-size: 18px;
  }
  .testimonial__company {
    font-size: 16px;
}