.testimonials .testimonials__inner {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  min-height: 50vh;
}

.testimonials__subheading,
.testimonials__heading {
  text-align: center;
}

.testimonials__subheading {
  margin-bottom: var(--spacing-3);
}

.testimonials__content {
  margin: 4.0rem 0;
}
