.contact {
  display: flex;
  flex-direction: column;
  gap: var(--gap-xl);

  .form-submit {
    button {
      min-width: 12rem;
    }
  }
}
