/* Homepage testimonials — extends application.css shell */

.homepage-testimonials-section {
  width: 100%;
  margin: 0;
  background-color: #111;
  background-image: url(vendor/testimonials-610b21439f7a7f6e635aafacd3ec76fa.png);
  background-size: auto;
  background-position: center;
  background-repeat: repeat;
}

.homepage-testimonials-section__inner {
  max-width: 1900px;
  margin: 0 auto;
  padding-left: calc(17.4px + 0.9vw);
  padding-right: calc(17.4px + 0.9vw);
}

@media (min-width: 1400px) {
  .homepage-testimonials-section__inner {
    padding-left: 30px;
    padding-right: 30px;
  }
}

.homepage-testimonials-section h2 {
  margin: 0 0 36px;
  text-align: center;
  font-family: "Sarina", cursive;
  font-style: normal;
  font-weight: normal;
  font-size: calc(21.4px + 3.47142857vw);
  color: #d64e00;
  text-shadow: 0 4px 8px rgba(0, 0, 0, 0.35);
}

@media (min-width: 1400px) {
  .homepage-testimonials-section h2 {
    font-size: 70px;
  }
}

.homepage-testimonials-section h2 .pretty_text {
  display: block;
  margin-top: 6px;
  font-family: "Roboto Condensed", "Gotham", Arial, sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: calc(17.4px + 0.9vw);
  text-transform: uppercase;
  letter-spacing: 0.04em;
  color: #fff;
  text-shadow: 0 4px 8px rgba(0, 0, 0, 0.35);
}

@media (min-width: 1400px) {
  .homepage-testimonials-section h2 .pretty_text {
    font-size: 30px;
  }
}

.homepage-testimonials-section__list {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 28px 40px;
  margin: 0 auto 28px;
  max-width: 1280px;
}

.homepage-testimonials-section__item {
  margin: 0;
  padding: 0;
  border: 0;
  background: none;
  color: #fff;
}

.homepage-testimonials-section__stars {
  margin: 0 0 14px;
  color: #d64e00;
  font-size: 22px;
  letter-spacing: 0.12em;
  line-height: 1;
}

.homepage-testimonials-section__item p {
  margin: 0 0 18px;
  font-family: "Roboto", Arial, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.55;
  color: rgba(255, 255, 255, 0.92);
}

.homepage-testimonials-section__item footer {
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  gap: 8px 12px;
}

.homepage-testimonials-section__item cite {
  font-family: "Roboto Condensed", Arial, sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 15px;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  color: #fff;
}

.homepage-testimonials-section__item footer span {
  font-family: "Roboto", Arial, sans-serif;
  font-size: 14px;
  color: rgba(255, 255, 255, 0.65);
}

.homepage-testimonials-section__cta {
  margin-top: 10px;
}

@media (max-width: 900px) {
  .homepage-testimonials-section__list {
    grid-template-columns: 1fr;
    gap: 28px;
    max-width: 560px;
  }

  .homepage-testimonials-section h2 {
    margin-bottom: 28px;
    font-size: calc(24px + 4vw);
  }

  .homepage-testimonials-section h2 .pretty_text {
    font-size: 16px;
  }
}
