.testimonials .section-intro {
  margin-bottom: 2.5em;
}

.testimonials__quotes {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: -webkit-flex;
  display: flex;
}

.testimonials__quote {
  text-align: center;
  width: 33.33%;
  padding: 0 2em;
  position: relative;
}

@media (max-width: 991px) {
  .testimonials__quote {
    width: 100%;
  }

  .testimonials__quote + .testimonials__quote {
    margin-top: 3.57143em;
  }
}

.testimonials__quote blockquote {
  margin: 0;
}

.testimonials__image {
  border-radius: 999px;
  width: 120px;
  height: 120px;
  margin: 0 auto 20px;
  overflow: hidden;
}

.testimonials__image img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.testimonials__citation {
  margin: 0 0 2.25em;
}

.testimonials__citation .testimonials__citation-name {
  margin: 0 0 .333333em;
  font-family: roc-grotesk-wide, sans-serif;
  font-size: 1.5em;
  font-style: normal;
  font-weight: 600;
  line-height: 1.41667em;
}

.testimonials__citation .testimonials__citation-description {
  font-family: Poppins, sans-serif;
  font-size: .9375em;
  font-style: normal;
  font-weight: 400;
}

.testimonials__additional-content {
  margin-top: 2.5em;
}

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