@media print {
    /* All your print styles go here */
    header,
    footer,
    button,
    nav {
      display: none !important;
    }
    .service-details__right h5{display: none!important;}
    .service-details__category{display: none !important}
  }
  

  @media print {
    @page {
      size: 8.5in 11in;
      margin-top: 0.5in;
      margin-bottom: 0.75in;
      margin-left: 0;
      margin-right: 0;
    }
  }

