.testimonial-grid__item {
  display: flex;
}

.testimonial-grid__card {
  flex: 1;
  display: flex;
}

@media screen and (max-width: 749px) {
  .testimonial-grid__card {
    min-height: auto;
  }
}
