/* *****
This is a CSS partial, minified file. It is referenced by the theme by default in theme.liquid.
If you would like to edit this code we recommend swapping to the un-minified version.
For full details and instructions please see our documentation:
https://support.weareeight.com/hc/en-us/articles/360020236137-Un-minified-CSS-Javascript
***** */


.testimonial-card {
  padding: 30px;
  background: #fecc97;
  border: 0;
  border-radius: 0;
  color: #242424;
}

.testimonial-grid-item:nth-of-type(2) .testimonial-card {
  background: #DEF2EF;
}

.testimonial-grid-item:last-of-type .testimonial-card {
  background: #8ad0c5;
}

.testimonial-card .img-fluid--ll-wrapper {
  position: relative;
  overflow: hidden;
  margin-bottom: 15px;
}

.testimonial-card .img-fluid--ll-wrapper:after {
  content: "";
  display: block;
  padding-bottom: 120%;
}

.testimonial-card .img-fluid--ll-wrapper img {
  position: absolute;
  top: 0;
  right: 0;
  object-fit: cover;
  height: 100%;
  width: 100%;
}

.testimonial-card > .testimonial-quote {
  margin: 0 0 20px;
  padding: 0;
  border: 0;
  color: #003a5d;
  font-size: 20px;
  font-style: normal;
  line-height: 26px;
}

.testimonial-author {
  margin-bottom: 5px;
  font-size: 20px;
  line-height: 26px;
}



@media screen and (min-width: 992px) {
  .homepage-section--testimonial-cards-wrapper .homepage-sections-wrapper {
    padding: 80px 0;
  }
}

@media screen and (min-width: 1440px) {    
  .homepage-section--testimonial-cards-wrapper .page-width {
    margin: 0 -50px;
  }
}