.testimonials {
  padding: 56px 20px;
  background: #f7f8f8;
  text-align: center;
  display: flex;
  flex-direction: column;
  gap: 32px;
  align-items: center;
  margin-top: 56px;
}

.testimonial {
  max-width: 720px;
}
.testimonial__quote-mark {
  font-size: 64px;
  line-height: 1;
  color: #1bacaf;
  font-weight: 700;
  margin-bottom: 8px;
}
.testimonial__quote {
  font-style: italic;
  font-size: 19px;
  line-height: 1.5;
  color: #333333;
  margin-bottom: 24px;
}
.testimonial__quote p {
  margin: 0;
}
.testimonial__name {
  font-weight: 700;
  font-size: 15px;
  color: #333333;
}
.testimonial__job-title {
  font-size: 14px;
  color: #888888;
}

/*# sourceMappingURL=testimonial.css.map */
