body::-webkit-scrollbar-thumb {
  background: linear-gradient(#00b67a, #34dc87);
}

.testimonials {
  width: 100%;
  height: 100%;
  margin-top: 30rem;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.testimonials-header {
  text-align: center;
  position: relative;
}

.testimonials-header h1 {
  font-family: "Mooli", cursive;
  font-size: 5rem;
  color: #092627;
  letter-spacing: 0.2rem;
  width: 70%;
  margin: auto;
  line-height: 8rem;
}

.stars {
  display: flex;
  position: absolute;
  top: 50%;
  right: 15%;
}

.trustpilot {
  margin-top: 1rem;
}

.trustpilot > span {
  font-size: 2.5rem;
  color: #092627;
  letter-spacing: 0.3rem;
}

.stars > span {
  font-size: 5rem;
  color: #00b67a;
  margin-right: 1rem;
}

.trustpilot div span {
  color: #ffad00;
  font-size: 3rem;
  margin: 0 -0.25rem;
}

.testimonials-wrapper {
  width: 80%;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  padding: 10rem 0;
}

.testimonial {
  width: 33rem;
  height: 100%;
  margin: 2rem;
  box-shadow: 0 1rem 10rem rgba(130, 162, 235, 0.4);
  border-radius: 1rem;
  padding: 2rem;
}

.testimonial-top {
  display: flex;
  align-items: center;
  margin-bottom: 1.5rem;
}

.testimonial-top img {
  width: 6rem;
  height: 6rem;
  object-fit: cover;
  border-radius: 50%;
}

.testimonial-top span {
  font-size: 1.8rem;
  text-transform: uppercase;
  margin-left: 2rem;
  color: #5f8a8b;
  letter-spacing: 0.1rem;
}

.testimonial-body div {
  margin: 1rem 0;
}

.testimonial-body div span {
  font-size: 3rem;
  color: #00b67a;
}

.testimonial-body p:nth-child(2) {
  font-family: 'Mooli', cursive;
  font-size: 1.8rem;
  font-weight: bold;
  color: #092627;
  margin-bottom: 1rem;
}

.testimonial-body p:nth-child(3) {
  font-size: 1.6rem;
  font-weight: 300;
  color: #4d6c6d;
}

/* Responsive */

@media (max-width: 1600px) {
  .testimonials-wrapper {
    width: 90%;
  }
}

@media (max-width: 1440px) {
  .testimonials-wrapper {
    width: 95%;
  }

  .testimonial {
    width: 32rem;
  }
}

@media (max-width: 820px) {
  .testimonials-header h1 {
    width: 80%;
    font-size: 4.7rem;
  }

  .stars {
    right: 12%;
  }
}

@media (max-width: 430px) {
  .testimonials-header h1 {
    font-size: 4rem;
  }

  .stars {
    display: none;
  }
}
