.testimonials-block {
  position: relative;
  background: #fdf1fd;
  overflow: hidden;
  border: 50px 50px 0 0;
}

.testimonials-content-layer {
  position: relative;
  z-index: 3;
}

.testimonials-block-content {
  padding-bottom: var(--spacing-10);
  text-align: center;
}
.testimonials-block-content h2 {
  font-size: var(--fs-elephant);
}

.testimonial-text,
.testimonial-name {
  max-width: 60ch;
  margin: 0 auto;
}

.testimonial-text {
  font-style: italic;
  font-weight: 600;
  color: var(--brand-1);
}

.testimonial-name {
  font-weight: 800;
  color: var(--brand-1);
}

.testimonials-block .splide__track {
  overflow: hidden;
}
.testimonials-block .splide__list {
  align-items: stretch;
}
.testimonials-block .splide__slide {
  padding: var(--spacing-10) 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.testimonials-block .splide__pagination__page {
  background-color: transparent;
  border: 2px solid var(--black);
  height: 10px;
  width: 10px;
}
.testimonials-block .splide__pagination__page.is-active {
  background-color: var(--black);
}
.testimonials-block .splide__slide {
  cursor: grab;
}

.testimonial-lines-top,
.testimonial-lines-bottom {
  width: 100%;
  display: block;
  position: relative;
  z-index: 1;
  stroke-width: calc(4px + 16 * (100vw - 390px) / 1530);
}

@media screen and (max-width: 991px) {
  .testimonials-image-half {
    position: relative;
    height: 300px;
    width: 100%;
  }
  .testimonials-image-half::after {
    top: auto;
    right: 0;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100px;
    background: linear-gradient(to top, #faecd6 0%, rgba(250, 236, 214, 0.9) 30%, rgba(250, 236, 214, 0) 100%);
  }
}
/*# sourceMappingURL=testimonialsBlock.1775722231825.css.map */