.testimonials {
  padding: 3.2rem 0 2.5rem;
}

.testimonials .testimonials__headline:not(:last-child) {
  margin-bottom: 3.4rem;
}

/* Mobile */
@media only screen and (max-width: 749px) {
  .testimonials {
    padding: 1.8rem 0 3.2rem;
  }

  .testimonials .container {
    padding-right: 0;
  }
}
