.testimonial-card {
  box-shadow: 0 0 15px 0 #b6b6b6;
  background: white;
  /*padding: 5px;*/
  margin-bottom: 20px;
  margin-right: -15px;
  height: auto; /* dynamic height */
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.testimonial-image {
  height: 125px;
  object-fit: scale-down;
}

.testimonial-content {
  flex-grow: 1;
  padding-bottom: 10px;
}

.testimonial-badge {
  margin-top: 5px;
  margin-right: -12px;
}

.testimonial-container .col-md-5 {
  margin-bottom: 20px; /* for spacing between stacked boxes on smaller screens */
}
