.testimonials_grid {
  margin: 0 -16px;
}
.testimonials_grid_wrapper {
  max-height: 650px;
  overflow: hidden;
  position: relative;
}
.testimonials_grid_wrapper:after {
  content: "";
  height: 150px;
  width: 100%;
  background: linear-gradient(to top, #FCFCFC 0%, rgba(252, 252, 252, 0) 100%);
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
}
.testimonials_grid_item {
  width: 33.333%;
  padding: 16px;
  float: left;
}
.testimonials_grid_item_body {
  padding: 32px;
  border-radius: 16px;
  border: 1px solid var(--Grey, #E2E2E2);
  background: var(--Light-Grey, #F6F6F6);
}
@media (max-width: 991.98px) {
  .testimonials_grid_item_body {
    padding: 24px 32px;
  }
}

.testimonials_inner {
  background: #f8f9fa;
  padding: 32px;
  border-radius: 12px;
  border: 1px solid #eee;
}

@media (max-width: 991px) {
  .testimonials_grid_item {
    width: 50%;
  }
}
@media (max-width: 767px) {
  .testimonials_grid_item {
    width: 100%;
  }
}

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