@media (min-width: 1200px) {
  #muzeo-right #muzeo-right-wrapper #muzeo-right-form-wrapper .form-contact {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: auto;
    grid-template-areas:
      'form-company form-email'
      'form-firstname form-lastname'
      'form-function form-phone'
      'form-submit form-notice';
    row-gap: 20px;
    -moz-column-gap: 20px;
    column-gap: 20px;
  }
}
