.testimonials-box {
  background-color: #f8f9fa;
  padding: 3rem 0 2rem;
}
.testimonials-box__intro {
  margin-bottom: 2rem;
}

.testimonial {
  margin-bottom: 32px;
}
.testimonial .box {
  padding: 30px;
  background-color: #fff;
  position: relative;
}
.testimonial .box::after {
  content: "";
  position: absolute;
  left: 30px;
  bottom: -24px;
  width: 0;
  height: 0;
  border: 15px solid transparent;
  border-width: 12px 15px;
  border-top-color: #fff;
}
.testimonial__author {
  margin-top: 28px;
  padding-left: 25px;
}
.testimonial__author > img {
  max-width: 40px;
  float: left;
  margin-right: 12px;
  margin-top: -5px;
}
.testimonial__author-name {
  font-weight: bold;
  margin-bottom: 2px;
  color: inherit;
}
.testimonial__author-title {
  font-size: 13px;
  color: #9da9ae;
}
.testimonial__disc {
  font-size: 15px;
  margin-bottom: 0;
}

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