.testimonial {
  padding: 80px 0;
  position: relative;
  background-size: cover;
  background-position: center center;
  text-align: center;
}
.testimonial .container {
  position: relative;
  z-index: 2;
}
.testimonial__title h2 {
  font-family: "Larken", serif;
  font-weight: 900;
  font-size: 1.875rem;
  line-height: 1em;
  margin-bottom: 45px;
}
@media (min-width: 48em) {
  .testimonial__title h2 {
    font-size: 2.275rem;
  }
}
@media (min-width: 64em) {
  .testimonial__title h2 {
    font-size: 2.875rem;
  }
}
.testimonial__content {
  display: flex;
  flex-direction: row-reverse;
}
@media (min-width: 64em) {
  .testimonial__text {
    width: 60%;
  }
}
.testimonial__quote {
  font-size: 1.5rem;
  margin: 0;
}
.testimonial__quote blockquote {
  margin: 0;
}
.testimonial__quote figcaption {
  font-size: 1.125rem;
  text-transform: uppercase;
  font-weight: 700;
  margin: 15px 0 0;
}
@media (min-width: 48em) {
  .testimonial__quote {
    font-size: 1.875rem;
  }
}
@media (min-width: 64em) {
  .testimonial__quote {
    font-size: 2rem;
  }
}
.testimonial__image {
  position: relative;
  flex-shrink: 0;
  display: none;
}
.testimonial__image img {
  width: auto;
  height: auto;
}
@media (min-width: 55em) {
  .testimonial__image {
    width: 30%;
  }
}
@media (min-width: 64em) {
  .testimonial__image {
    width: 40%;
    height: auto;
  }
}
.testimonial__reduce-padding {
  padding: 40px 0;
}
.testimonial__layout--image-top .testimonial__image img {
  width: 200px;
  border-radius: 50%;
}
@media (min-width: 55em) {
  .testimonial__image {
    display: block;
  }
  .testimonial__layout--image-left, .testimonial__layout--image-right {
    text-align: left;
  }
  .testimonial__layout--image-left .testimonial__content {
    flex-direction: row;
  }
  .testimonial__layout--image-left .testimonial__text {
    margin-left: 25px;
  }
  .testimonial__layout--image-right .testimonial__text {
    margin-right: 25px;
  }
  .testimonial__layout--image-top .testimonial__content {
    flex-direction: column;
  }
  .testimonial__layout--image-top .testimonial__image {
    width: 100%;
    margin-bottom: 30px;
  }
  .testimonial__layout--image-top .testimonial__image img {
    margin: 0 auto;
  }
  .testimonial__layout--image-top .testimonial__text {
    width: 100%;
  }
}

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