@media (min-width: 1200px) {
  .page-contact .section-header-gradient__header .container {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: stretch;
    align-content: stretch;
    gap: 50px;
    padding: 80px 80px 90px 80px;
  }
}

@media (min-width: 1200px) {
  .page-contact__content {
    flex: 0 0 calc(50% - 25px);
    width: auto;
    padding: 0 40px;
  }
}

@media (min-width: 1200px) {
  .page-contact__form {
    gap: 20px;
    flex: 0 0 calc(50% - 25px);
    width: auto;
    height: 740px;
    padding: 40px 80px;
  }
}