.testimonial-bento__separator {
  width: 40px;
  height: 3px;
}
.bg-Medium-Indigo .testimonial-bento__separator {
  background-color: var(--Pink);
}
.bg-Pink .testimonial-bento__separator {
  background-color: var(--Medium-Indigo);
}
.testimonial-bento__img-card {
  position: relative;
  overflow: hidden;
  width: 100%;
  aspect-ratio: 14/9;
}
.testimonial-bento__img-card img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.testimonial-bento__logo {
  width: 100%;
  max-width: 120px;
  height: auto;
  max-height: 40px;
}
