.testimonial-list__wrapper ul {
  display: flex;
  flex-direction: column;
  gap: 2em;
}
.testimonial-list__wrapper ul li {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: start;
  gap: 1em;
}
.testimonial-list__wrapper ul li figure {
  margin: 0;
  padding: 0;
  width: 20%;
  max-width: 8rem;
}
.testimonial-list__wrapper ul li figure img {
  object-fit: cover;
  aspect-ratio: 1/1;
  border-radius: 50em;
  width: 100%;
  height: auto;
}
.testimonial-list__wrapper ul li .testimonial-list__text-wrap {
  width: 70%;
  flex-grow: 1;
  font-style: italic;
}
.testimonial-list__wrapper ul li .testimonial-list__text-wrap > * {
  margin: 0;
}
.testimonial-list__wrapper ul li .testimonial-list__text-wrap > *:not(:first-child) {
  margin-top: 1em;
}