.testimonials-block {
  position: relative;
  background-color: #101826;
  color: white;
  padding-top: 100px;
  height: 520px;
}

.testimonials-block .layer {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  height: 100%;
  background: url(../../../img/apostrophe-bg.png) 0% 0% no-repeat padding-box;
  width: 100%;
}

.testimonials-block-wrap {
  max-width: 790px;
  width: 100%;
  margin: 0 auto;
}

.testimonials-block-wrap h2 {
  position: relative;
  font-size: 40px;
  font-weight: 700;
  text-align: center;
}

.testimonials-block-wrap h2::before {
  content: url(../../../img/apostrophe.png);
  position: absolute;
  top: -50px;
  right: 50%;
  transform: translate(50%);
}

.testimonials-block-wrap p {
  font-size: 17px;
}

.testimonials-block-header p {
  position: relative;
  text-align: center;
  padding-bottom: 30px;
}

.testimonials-block-header p::after {
  content: "";
  position: absolute;
  bottom: 0;
  width: 100px;
  height: 1px;
  right: 50%;
  transform: translate(50%);
  background-color: #FB2B32;
}

.testimonials-block-wrap .splide .author-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
}

.testimonials-block-wrap .splide .splide__slide {
  text-align: center;
}

.testimonials-block-wrap .splide .author-line {
  width: 100px;
  height: 1px;
  background-color: #ffff;
}

.testimonials-block-header p:after {
  position: absolute;
  content: " ";
  width: 100px;
  height: 1px;
  color: #FB2B32;
  bottom: 0;
}

.splide__pagination {
  bottom: -30px !important;
}