.frame-testimonial.frame-layout-6 {
  position: relative;
  padding-block: 4rem;
}

.frame-testimonial.frame-layout-6 .frame-background {
  position: absolute;
  width: 100%;
  height: 101%;
  inset: 0;
  z-index: -1;
  background: linear-gradient(to right, #c20016, #030203 80%);
}

.frame-testimonial.frame-layout-6 .testimonial-items {
  width: 100%;
  max-width: 80%;
  margin-inline: auto;
}

.frame-testimonial.frame-layout-6 .testimonial-quote,
.frame-testimonial.frame-layout-6 .testimonial-author {
  margin: unset;
  color: white;
}

.frame-testimonial.frame-layout-6 .testimonial-quote {
  font-family: 'FFClanWebProNarrowBook';
  font-size: 1.5rem;
  font-weight: 100;
  text-transform: uppercase;
  hyphens: auto;
}

.frame-testimonial.frame-layout-6 .testimonial-author {
  font-size: 1rem;
}

.frame-testimonial.frame-layout-6 .swiper-pagination-bullets {
  --swiper-pagination-bullet-width: 50px;
  --swiper-pagination-bullet-height: 3px;
  --swiper-pagination-bullet-border-radius: 0;
  --swiper-pagination-bullet-inactive-color: #ffffff;
  --swiper-pagination-color: #ffffff;
  z-index: 2;
}

.frame-testimonial.frame-layout-6 .swiper-pagination-bullet {
  z-index: 2;
}

@media (max-width: 1023px) {
  .frame-testimonial.frame-layout-6 .testimonial-author::before {
    content: '';
    display: block;
    max-width: 100px;
    height: 2px;
    margin-block: 1rem;
    background-color: #ffffff;
  }
}

@media (min-width: 1024px) {
  .frame-testimonial.frame-layout-6 {
    padding-block: 8rem;
  }
  .frame-testimonial.frame-layout-6 .frame-background {
    transform: skew(-25deg);
    transform-origin: top right;
  }
  .frame-testimonial.frame-layout-6 .testimonial-item {
    display: flex;
    align-items: flex-end;
    justify-content: center;
  }
  .frame-testimonial.frame-layout-6 .testimonial-quote {
    max-width: 768px;
    padding-right: 2rem;
    font-size: 2.25rem;
    border-right: 2px solid #ffffff;
  }
  .frame-testimonial.frame-layout-6 .testimonial-author {
    padding-left: 2rem;
  }
  .frame-testimonial.frame-layout-6 .swiper-pagination-bullets {
    --swiper-pagination-bullet-width: 100px;
  }
}
