/* COLORS */
/* TYPOGRAPHY */
/* ---- MEDIA QUERIES ----- */
.quote-block .container.center {
  max-width: 82.2rem;
  margin: 0 auto;
}
.quote-block .quote {
  max-width: 87.3rem;
  font-size: 3.1rem;
  line-height: 5rem;
  font-weight: 700;
}
.quote-block .quote svg {
  margin: 0 5rem 1.5rem 0;
}
.quote-block .stars {
  margin: 4rem 0 0;
  display: flex;
  align-items: center;
  gap: 0.5rem;
}
.quote-block .by {
  margin: 1.6rem 0 0;
  font-size: 2.1rem;
  line-height: 3.6rem;
  font-style: normal;
  display: block;
}

@media (max-width: 768px) {
  .quote-block .container {
    padding: 0 1rem;
  }
  .quote-block .quote {
    font-size: 1.8rem;
    line-height: 2.8rem;
    max-width: 48rem;
  }
  .quote-block .quote svg {
    display: block;
    width: 3.4rem;
    height: 2.9rem;
    margin: 0 0 2rem;
  }
  .quote-block .stars {
    margin: 2rem 0 0;
    gap: 0.3rem;
  }
  .quote-block .stars svg {
    width: 2.1rem;
    height: 2.1rem;
  }
  .quote-block .by {
    margin: 1.5rem 0 0;
    font-size: 1.4rem;
    line-height: normal;
  }
}