.testimonial-card > div:first-child {
  display: flex;
  flex: 1 1 auto;
  flex-direction: column;
  margin-block: 0 !important;
  min-height: 0;
}

.testimonial-card > div:first-child > p:first-child {
  display: flex;
  flex: 1 1 auto;
  align-items: center;
}

.testimonial-card > div:first-child > div:last-child {
  flex: 0 0 auto;
}
