.main-contact {
  background-color: rgba(var(--color-background), 0);
  background: none;
}

.main-contact__content {
  margin-bottom: 4rem;
  margin-top: 4rem;
}

.main-contact__content h2 {
  margin-top: 0;
  margin-bottom: 1rem;
}

.contact__background {
  background-color: rgba(var(--color-background), 0);
  background: none;
}
