.testimonial-banner {
  display: flex;
  align-items: stretch;
}
.testimonial-banner .banner-inner {
  position: relative;
  contain: layout style paint;
}
.testimonial-banner .banner-content {
  position: relative;
  z-index: 2;
  height: 100%;
  width: 100%;
}
.testimonial-banner .banner-content-inner {
  position: relative;
  z-index: 4;
}
.testimonial-banner .banner-bg {
  position: absolute;
  z-index: 1;
  inset: 0;
}
.testimonial-banner .banner-full-link-overlay {
  position: absolute;
  z-index: 5;
  inset: 0;
  border-radius: var(--banner-radius);
}