.contact {
  background-color: var(--light-on-white);
  color: var(--grey-on-black);
  padding: 4rem 0 3rem;
  border-radius: 2rem;
  position: relative;
  z-index: 1;
  padding: 3rem 0 3rem;
  background-color: var(--red);
  background-image: url(./images/Subtract-mobile.png);
  background-size: cover;
  background-position: center center;
  text-align: center;
  color: var(--light-on-white);
}
@media (min-width: 768px) {
  .contact {
    margin-left: 1rem;
    margin-right: 1rem;
    padding: 5.7rem 0 4.5rem;
  }
}
@media (min-width: 768px) {
  .contact {
    padding: 7.8rem 0 6.5rem;
    background-image: url(./images/Subtract.png);
  }
}
.contact__headline {
  margin-bottom: 1.5rem;
}
.contact__copy {
  max-width: 80%;
  margin: 0 auto;
}
@media (min-width: 768px) {
  .contact__copy {
    max-width: 38rem;
  }
}
.contact__buttons {
  margin: 2rem auto 0;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 1rem;
  flex-direction: column;
  max-width: 15rem;
}
@media (min-width: 768px) {
  .contact__buttons {
    max-width: none;
    margin-top: 2rem;
  }
}
@media (min-width: 768px) {
  .contact__buttons {
    flex-direction: row;
    margin-top: 3.5rem;
    gap: 1.5rem;
  }
}
.contact__buttons .btn {
  width: 100%;
}
@media (min-width: 768px) {
  .contact__buttons .btn {
    width: auto;
  }
}/*# sourceMappingURL=styles.css.map */