@media print {
    /* All your print styles go here */
    header,
    .top-bar,
    footer,
    nav,
    .print-d-none
     {
      display: none !important;
    }
    .col-12.col-lg-auto.mb-2{
        max-width: 25%;
    }
    a {
        text-decoration:none !important;
        color: #000;
    }
    .btn{
        border-color:#808080;
        color:#000 !important;
    }
  }