  .pg__table th{
     width: 20%;
   }
   .pg__pdfThum img {
    max-height: 50rem;
  }
  @media screen and (max-width: 1024px) {
    .pg__table{
      width: 50rem;
    }
    .pg__table th{
     width: 10%;
   } 
  }
