 @media print {
    /* All your print styles go here */
    .getintouchform {
      display: none !important;
    }
  }

