.contact-section {
  margin-top: 8rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  min-height: calc(100vh - 8rem);
  gap: 1.25rem;
  padding: 0 1.25rem;
}
.contact-section h1 {
  font-size: 3rem;
  font-weight: 600;
  text-align: center;
}
.contact-section p {
  font-size: 1.25rem;
  text-align: center;
  margin-top: 0;
}
.contact-section div.h-captcha {
  display: flex;
  justify-content: center;
  margin-top: 2rem;
}
.contact-section .btn,
.contact-section button.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0.75rem 1.5rem;
  font-size: 1rem;
  font-weight: 500;
  border: none;
  border-radius: 3rem;
  background-color: #161616;
  color: #fff;
  margin-top: 1rem;
  text-decoration: none;
  cursor: pointer;
}
.contact-section .btn--secondary {
  background-color: rgba(0, 0, 0, 0.7);
}/*# sourceMappingURL=contact.css.map */
