@media only screen and (min-width: 0px) {
  .hero {
    background-image: url("../images/services/services-hero.webp");
  }
}
body {
  background-color: var(--background);
}

@media only screen and (min-width: 0px) {
  .services {
    background-color: var(--background);
    background-image: url(../images/index/corner1.webp);
    background-repeat: no-repeat;
    background-position: bottom right;
    padding: clamp(75px, 5vw, 100px) clamp(25px, 5vw, 100px) clamp(100px, 8vw, 150px);
  }
  .services .services-header {
    max-width: 1300px;
    width: 90%;
    margin: 0 auto;
    text-align: center;
    margin-bottom: 50px;
  }
  .services .services-header h2 {
    margin-bottom: 5px;
    color: var(--background3);
  }
  .services .services-header h1 {
    margin-bottom: 25px;
  }
  .services .services-header p {
    max-width: 875px;
    margin: 0 auto;
    margin-bottom: 25px;
  }
  .services .services-cards {
    max-width: 1300px;
    margin: 0 auto;
    display: grid;
    gap: 15px;
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }
  .services .services-cards .card {
    padding: 35px 35px 40px;
    background: var(--white);
    box-shadow: var(--boxShadow);
    border-radius: 3px;
  }
  .services .services-cards .card img {
    margin-bottom: 5px;
  }
  .services .services-cards .card h2 {
    margin-bottom: 15px;
  }
  .services .services-cards .card p {
    display: flex;
    margin-bottom: 25px;
  }
  .services .services-cards .card a {
    -webkit-text-decoration: 2px underline;
            text-decoration: 2px underline;
    text-underline-offset: 5px;
    padding: 10px;
    position: relative;
    left: -10px;
    font-weight: bolder;
  }
  .services .services-cards .card a:hover {
    color: var(--background3);
  }
  .services .services-cards .card:hover {
    box-shadow: var(--boxShadowHover);
  }
}
@media only screen and (min-width: 0px) and (min-width: 0px) and (max-width: 800px) {
  .services .services-cards .card {
    padding: 25px 25px 35px;
  }
}
@media only screen and (min-width: 0px) and (min-width: 0px) and (max-width: 1000px) {
  .services {
    padding: clamp(75px, 5vw, 100px) clamp(0px, 5vw, 100px) clamp(100px, 8vw, 150px);
  }
  .services .services-header {
    width: 100%;
  }
  .services .services-cards {
    max-width: 500px;
    margin: 0 auto;
    grid-template-columns: 1fr;
  }
}
@media only screen and (min-width: 0px) {
  .anticipate {
    background-color: var(--background2);
    padding: 75px 0;
  }
  .anticipate .anticipate-inner {
    width: 90%;
    max-width: 1300px;
    margin: 0 auto;
  }
}
@media only screen and (min-width: 0px) {
  #cta {
    background: var(--background3);
    background-image: url("../images/services/calm.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);
  }
}
@media only screen and (min-width: 0px) and (min-width: 0px) and (max-width: 450px) {
  #cta {
    background-image: url("../images/services/calm-mobile.webp");
    background-attachment: local;
  }
}
@media only screen and (min-width: 0px) {
  #cta .cta-inner {
    background: linear-gradient(90deg, rgba(0, 0, 0, 0), hsla(51, 63%, 82%, 0.25), hsla(51, 63%, 82%, 0.5), hsla(51, 63%, 82%, 0.25), 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=services.css.map */