/* buttons */
/* horizontal-blocks */
.testimonials .blocks {
  justify-content: space-between;
  display: flex;
  flex-wrap: wrap;
}
.testimonials .blocks .block {
  position: relative;
  background: #f2f2f2 !important;
  flex: 0 0 46%;
  background: #fff;
  padding: 6rem;
  margin-bottom: 3rem;
}
.testimonials .blocks .block .author-img {
  position: absolute;
  top: -2em;
  left: -3em;
}
.testimonials .blocks .block .note {
  font-size: 2rem;
  font-family: "Montserrat-700", "Montserrat-fallback", sans-serif;
  font-weight: 700;
  display: inline-flex;
  flex-direction: row-reverse;
  align-items: baseline;
  margin-bottom: 3rem;
}
.testimonials .blocks .block .note .stars {
  font-size: 1.5em;
  line-height: 1;
  position: relative;
  color: #f5f5f5;
  display: inline-block;
}
.testimonials .blocks .block .note .stars > div {
  color: #f1bf36;
  position: absolute;
  left: 0;
  top: 0;
  overflow: hidden;
  z-index: 1;
}
.testimonials .blocks .block .testimonial {
  font-family: "Montserrat-400", "Montserrat-fallback", sans-serif;
  font-weight: 400;
  margin-bottom: 3rem;
  font-size: 1.8rem;
}
.testimonials .blocks .block .author {
  font-size: 2rem;
  font-family: "Montserrat-300", "Montserrat-fallback", sans-serif;
  font-weight: 300;
}
@media (max-width: 849px) {
  .testimonials .blocks .block {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .testimonials .blocks .block .author-img {
    width: 55px;
    height: 44px;
  }
}
@media (max-width: 1239px) {
  .testimonials .blocks .block .author-img {
    display: none;
  }
  .testimonials .blocks .block .note-row {
    margin-left: 0 !important;
  }
}

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