.testimonial {
  margin: auto;
  max-width: calc(var(--1) * 42);
  text-align: center;
  font-size: 1.3333rem;
  line-height: 1.5;
}

.testimonial::before {
  content: '❝';
  font-weight: 600;
  font-family: var(--icons);
  color: var(--color-secondary-bg);
  font-size: 5rem;
  line-height: 0.6;
}

.testimonial__quotee {
  display: block;
  font-size: 1rem;
  font-weight: 500;
  font-style: normal;
}
