.block--testimonials {
  border-radius: 4px;
  position: relative;
  overflow: visible;
}

.block--testimonials .testimonials__speech-bubble {
  position: absolute;
  top: -3.875rem;
  left: 0;
  z-index: 3;
  pointer-events: none;
}

@media (min-width: 992px) {
  .block--testimonials .testimonials__speech-bubble {
    left: 2rem;
  }
}
.block--testimonials .testimonials__speech-bubble svg {
  width: 150px;
  height: auto;
  aspect-ratio: 7/6;
  fill: #fff;
  filter: drop-shadow(0 4px 64px rgba(0, 60, 166, 0.5));
}

@media (min-width: 992px) {
  .block--testimonials .testimonials__speech-bubble svg {
    width: 175px;
  }
}
.block--testimonials .testimonials__wave {
  position: absolute;
  top: -2.875rem;
  right: 4rem;
  left: auto;
  width: 50%;
  z-index: 0;
  pointer-events: none;
}

@media (min-width: 992px) {
  .block--testimonials .testimonials__wave {
    top: -1.875rem;
    right: 2rem;
  }
}
.block--testimonials .testimonials__wave .testimonials__wave-1 {
  width: 400px !important;
  height: 75px;
  fill: #E8F0FF;
  mix-blend-mode: multiply;
  margin-left: 15px;
}

@media (min-width: 992px) {
  .block--testimonials .testimonials__wave .testimonials__wave-1 {
    height: 86px;
    margin-left: 35px;
  }
}
.block--testimonials .testimonials__wave .testimonials__wave-2 {
  width: 727px;
  height: 138px;
  fill: #E8F0FF;
  mix-blend-mode: multiply;
  margin-top: -5rem;
}

@media (min-width: 992px) {
  .block--testimonials .testimonials__wave .testimonials__wave-2 {
    margin-top: -4.775rem;
  }
}
.block--testimonials .testimonials__wave svg {
  display: block;
  max-width: 100%;
  height: auto;
}

.block--testimonials .testimonials__inner {
  position: relative;
  z-index: 2;
  padding: 3rem 1rem;
}

@media (min-width: 992px) {
  .block--testimonials .testimonials__inner {
    padding: 4rem 3rem;
  }
}
