.grad-success-slider .splide {
  width: 100vw;
  max-width: 192rem;
}
.grad-success-slider .splide__slide {
  background-color: var(--light);
  padding: 4rem;
  justify-content: space-between;
  max-width: clamp(28rem, 28rem + (1vw - 0.36rem) * 23.4043, 50rem);
  min-width: 28rem;
}
.grad-success-slider .splide__slide .content-wrapper > img {
  width: 100%;
  max-width: 5rem;
}
.grad-success-slider .splide__slide .content-wrapper::before {
  content: "";
  background-image: url("../../assets/icons/quote-mark.svg");
  background-size: center;
  background-position: top;
  width: 5rem;
  height: 5rem;
  background-repeat: no-repeat;
}
.grad-success-slider .splide__slide .quote {
  color: var(--gray_2);
  font-family: "DM Serif Text";
}
.grad-success-slider .splide__slide .author-wrapper {
  width: 100%;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  gap: 3rem;
}
.grad-success-slider .splide__slide .author-wrapper figure,
.grad-success-slider .splide__slide .author-wrapper picture {
  margin: 0;
  padding: 0;
  width: 8rem;
  height: 8rem;
  flex-shrink: 0;
  overflow: hidden;
  border-radius: 50rem;
}
.grad-success-slider .splide__slide .author-wrapper figure img,
.grad-success-slider .splide__slide .author-wrapper picture img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  aspect-ratio: 1/1;
  display: block;
}
.grad-success-slider .splide__slide .author {
  color: var(--gray_2);
}