.testimonials-section {
  position: relative;
}
.testimonials-section .col-12, .testimonials-section .col-6, .testimonials-section .col-4, .testimonials-section .col-3, .testimonials-section .col-2 {
  margin-top: 50px;
  margin-bottom: 50px;
  min-width: 280px;
}
.testimonials-section .testimonials-wrapper {
  position: relative;
  height: 100%;
  padding-bottom: 30px;
  border-bottom: 2px solid #1b1b1b;
}
.testimonials-section .testimonials-wrapper .testimonial-content .quotemark {
  font-size: 70px !important;
  color: #EC2227;
  position: absolute;
  top: -10px;
  left: 0;
  font-family: "Georgia", serif;
}
.testimonials-section .testimonials-wrapper .testimonial-content p {
  font-size: 1.5em;
  font-family: Montserrat, sans-serif;
  padding-left: 40px;
}
.testimonials-section .testimonials-wrapper .testimonial-info {
  padding: 10px;
  padding-left: 40px;
  color: #1b1b1b;
  max-width: 100%;
  margin: 20px 0;
  position: relative;
}
.testimonials-section .testimonials-wrapper .testimonial-info .testimonial-name h3 {
  font-size: 24px !important;
  text-transform: uppercase;
  font-family: kon-tiki-aloha-jf, sans-serif;
  line-height: 1em;
  margin: 0 !important;
  color: #1b1b1b !important;
}
.testimonials-section .testimonials-wrapper .testimonial-info .testimonial-location h4, .testimonials-section .testimonials-wrapper .testimonial-info .testimonial-product h5 {
  font-size: 12px !important;
  color: #1b1b1b !important;
  text-transform: uppercase;
  line-height: 1em;
  font-family: Montserrat, sans-serif !important;
  margin: 0 !important;
}
.testimonials-section .testimonials-wrapper .testimonial-info .testimonial-location h4 {
  font-size: 12px !important;
  font-weight: bold;
}

/* Responsive video in testimonial grid / block */
.testimonial-content--video {
  position: relative;
  width: 100%;
  padding-top: 56.25%; /* 16:9 aspect ratio */
  overflow: hidden;
}

/* Make any embedded player fill the wrapper and not overflow */
.testimonial-content--video iframe,
.testimonial-content--video embed,
.testimonial-content--video object {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  max-width: 100%;
  border: 0;
  display: block;
}

/*# sourceMappingURL=rr-testimonials-main.css.map */
