.contact-hero {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 40vh;
  padding: 160px 40px 40px;
  text-align: center;
}

.contact-hero-title {
  margin: 0;
  font-family: var(--font-heading);
  font-size: 50px;
  font-weight: 400;
  letter-spacing: -0.05em;
  line-height: 1.1em;
  color: var(--color-text);
}

@media (max-width: 900px) {
  .contact-hero {
    padding: 140px 24px 30px;
  }

  .contact-hero-title {
    font-size: 40px;
  }
}
