@media only screen and (min-width: 0px) {
  .hero {
    background-image: url("../images/testimonials/testimonials-hero.webp");
  }
}
@media only screen and (min-width: 0px) {
  .testimonials-inner {
    padding: clamp(75px, 5vw, 100px) clamp(25px, 5vw, 100px);
  }
  .testimonials-inner .testimonials-header {
    text-align: center;
    width: 90%;
    margin: 0 auto;
  }
  .testimonials-inner .testimonials-header h2 {
    margin-bottom: 5px;
    color: var(--background3);
  }
  .testimonials-inner .testimonials-header h1 {
    margin-bottom: 50px;
  }
  .testimonials-inner .testimonials-cards {
    max-width: 1300px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 25px;
  }
  .testimonials-inner .testimonials-cards .card {
    background: var(--background2);
    padding: clamp(25px, 2.5vw, 50px);
    border: 2px solid #afafaf;
  }
  .testimonials-inner .testimonials-cards .card p {
    margin-bottom: 25px;
    line-height: 1.75;
  }
  .testimonials-inner .testimonials-cards .card strong {
    text-align: right;
  }
  .testimonials-inner .testimonials-cards .card strong p {
    margin-bottom: 0;
  }
  .testimonials-inner .testimonials-cards h3 {
    text-align: center;
    margin: 0 auto;
  }
}
@media only screen and (min-width: 0px) and (min-width: 0px) and (max-width: 1000px) {
  .testimonials-inner .testimonials-cards {
    grid-template-columns: 1fr;
  }
  .testimonials-inner .testimonials-cards .card {
    margin: 0 auto;
    max-width: 400px;
  }
}
@media only screen and (min-width: 0px) {
  .testimonials-inner h3 {
    text-align: center;
    margin: 50px auto;
    color: var(--background3);
  }
}
@media only screen and (min-width: 0px) {
  #cta {
    background: var(--background3);
    background-image: url(../images/testimonials/testimonials-bottom.webp);
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
    background-position: center;
    border-top: 10px solid var(--background3);
    border-bottom: 10px solid var(--background3);
  }
  #cta .cta-inner {
    background: linear-gradient(90deg, rgba(0, 0, 0, 0), hsla(51, 63%, 82%, 0.8), rgba(0, 0, 0, 0));
    height: 100%;
    margin: 0 auto;
    display: flex;
    flex-direction: row;
    text-align: center;
    background-repeat: no-repeat;
    background-position: bottom right;
    padding: clamp(100px, 10vw, 200px) clamp(25px, 5vw, 150px);
  }
  #cta img {
    max-width: 300px;
  }
  #cta .text {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin: 0 auto;
  }
  #cta .text h1 {
    margin-bottom: 15px;
    color: var(--textColor);
    font-size: clamp(28px, 5vw, 36px);
    line-height: 1.25;
  }
  #cta .text p {
    margin-bottom: 50px;
    max-width: 650px;
    font-size: clamp(16px, 5vw, 18px);
  }
  #cta .text .button {
    background: var(--button);
    width: -moz-fit-content;
    width: fit-content;
    border-radius: 100vw;
    padding: 20px 25px;
    transition: 0.2s;
    box-shadow: 0px 0px 3px black;
  }
  #cta .text .button a {
    width: -moz-fit-content;
    width: fit-content;
    font-size: 16px;
    color: var(--textColor);
  }
  #cta .text .button:hover {
    background: var(--buttonHover);
  }
  #cta .text .button:hover a {
    color: var(--black);
  }
}/*# sourceMappingURL=testimonials.css.map */