@media (min-width: 1600px) {
  .contact .container {
    max-width: 1300px;
  }
}

@media (min-width: 1200px) {
  .contact__links-wrapper {
    width: 400px;
    flex-shrink: 0;
  }
}

@media (min-width: 1200px) {
  .contact .gform_confirmation_wrapper,
  .contact .gform_wrapper {
    width: 700px;
    flex-shrink: 0;
  }
}

@media (min-width: 1200px) {
  .contact .gform_confirmation_message {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    width: inherit;
    display: flex;
    align-items: center;
    border: 1px solid #E7E7E7;
    background-color: #F8F8F8;
    border-radius: 8px;
    padding: 40px;
    text-align: center;
    justify-content: center;
    font-size: 32px;
    color: #0D1D2E;
  }
}