.testimonials-section {
  padding: 0;
  background-color: #f8f8f8;
  margin-top: 120px;
  font-size: 1.3rem;
  padding-bottom: 120px;
  max-width: unset;
}

.testimonials-section h2 {
  width: 100%;
  text-align: center;
  font-size: 12rem;
  font-weight: 900;
  padding: 18px;
  color: transparent;
  -webkit-text-stroke: 2px rgb(211, 211, 211);
}

.testimonial-slide {
  padding: 24px 240px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 72px;
}

.author {
  flex: 0.6;
}

.author-img {
  flex: 0.4;
  height: 400px;
  background-color: black;
}

.author-img img {
  height: 100%;
}

.author-pos {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}

.author-pos span {
  font-size: 6rem;
  padding-left: 24px;
}

.testimonial-text {
  margin-bottom: 32px;
  height: 162px;
}

.quelle {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 24px;
}

.quelle span {
  font-size: 0.8rem;
}

.slash {
  transform: rotate(15deg);
  height: 48px;
  width: 1px;
  background-color: rgb(155, 155, 155);
}

.rateing {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 6px;
}

.rateing img {
  height: 24px;
  width: 24px;
}

@media (min-width: 1950px) {
  .testimonial-slide {
    padding: 24px 480px;
  }
}

@media (max-width: 1480px) {
  .testimonial-slide {
    padding: 24px 180px;
  }

  .testimonials-section h2 {
    font-size: 8rem;
  }

  .author-img {
    height: 320px;
  }
}

@media (max-width: 1256px) {
  .testimonial-slide {
    padding: 24px 72px;
  }
}

@media (max-width: 1256px) {
  .testimonials-section h2 {
    font-size: 7rem;
  }
}

@media (max-width: 910px) {
  .testimonials-section {
    margin-top: 72px;
  }

  .testimonial-slide {
    padding: 24px 44px;
  }

  .author-img {
    height: 280px;
  }

  .author-pos p {
    letter-spacing: 0;
  }
}

@media (max-width: 860px) {
  .testimonials-section h2 {
    font-size: 6rem;
  }

  .testimonial-text {
    height: unset;
  }
}

@media (max-width: 700px) {
  .testimonials-section h2 {
    font-size: 4rem;
  }

  .testimonial-slide {
    flex-direction: column-reverse;
  }

  .author-img {
    flex: unset;
  }

  .author {
    flex: unset;
    width: 400px;
  }
}

@media (max-width: 480px) {
  .author {
    width: 100%;
  }
}

@media (max-width: 450px) {
  .testimonials-section h2 {
    font-size: 3rem;
  }

  .author-img {
    height: 220px;
  }
}

@media (max-width: 370px) {
  .testimonials-section h2 {
    font-size: 2.5rem;
  }

  .author-img {
    height: 220px;
  }

  .rateing {
    gap: 0px;
  }

  .testimonial-slide {
    padding: 24px 18px;
  }
}

@media (max-width: 340px) {
  .author-pos span {
    padding-left: 8px;
    font-size: 4rem;
  }
}
