.testimonial-section {
  background: #49505a;
  padding-top: 32px;
  padding-bottom: 32px;
}

.testimonial-wrapper {
  display: flex;
  gap: 32px;
}

.testimonial-comma {
  width: 64px;
  height: 64px;
}

@media (max-width: 900px) {
  .testimonial-comma {
    width: 48px;
    height: 48px;
  }
  .testimonial-wrapper {
    display: flex;
    flex-direction: column;
    gap: 24px;
  }
}
