.acf-block-preview .testimonial-slider {
  position: relative;
}

.acf-block-preview .testimonial-slider::before,
.acf-block-preview .testimonial-slider::after {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 0;
  height: 0;
  border-style: solid;
}

.acf-block-preview .testimonial-slider::before {
  left: 0;
  border-width: 22.5px 31.5px 22.5px 0;
  border-color: transparent #c5c5c5 transparent transparent;
}

.acf-block-preview .testimonial-slider::after {
  right: 0;
  border-width: 22.5px 0 22.5px 31.5px;
  border-color: transparent transparent transparent #c5c5c5;
}

.acf-block-preview .testimonial-slider .slide {
  width: 100%;
  padding: 3em 0 0;
}

.acf-block-preview .testimonial-slider .slide:not(:first-of-type) {
  display: none;
}

.acf-block-preview .testimonial-slider .slide article>p {
  font-size: 18px;
  margin-top: 0;
  margin-bottom: 2em;
}

.acf-block-preview .testimonial-slider .slide figure {
  margin: 0;
  width: 100px;
  height: 100px;
  border-radius: 50%;
  margin-right: 1.5em;
}

.acf-block-preview .testimonial-slider .slide img {
  width: auto;
  border-radius: 50%;
}

.acf-block-preview .testimonial-slider .slide .testimonial-details {
  display: flex;
  flex-direction: row;
  align-items: center;
}

.acf-block-preview .testimonial-slider .slide .testimonial-details p {
  font-weight: 900;
  margin: 0;
}

@media(min-width: 980px) {
  .acf-block-preview .testimonial-slider .slide {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0;
  }

  .acf-block-preview .testimonial-slider .slide article {
    width: 66.6666%;
  }

  .acf-block-preview .testimonial-slider .slide article>p {
    font-size: 24px;
  }
}

@media(min-width: 1400px) {
  .acf-block-preview .testimonial-slider .slide article>p {
    font-size: 30px;
  }
}