
    @media print and (orientation: portrait) {
      .text {
        columns: 2;
        padding-top: 20px;
      }
      .text-block{
        page-break-inside: avoid;
      }
  
  }
  @media print and (orientation: landscape) {
      .text {
        columns: 3;
        padding-top: 20px;
      }
  }
      body,
      #block2 {
        background-image: none !important;
        background-color: #fff !important;
      }
  
      #block1,
      #menu,
      button {
        display: none !important;
      }
  
      .text {
        padding-top: 20px;
      }
  
      .box {
        border: none !important;
      }
  
      p.text_info,
      p.text_info a {
        font-size: 2.6mm;
        line-height: 3.4mm;
        margin: 1mm 0;
      }
  
      #footer {
        font-size: 2.0mm;
        margin-top: 0;
        margin-bottom: 0;
        opacity: 1;
      }
      table, th, tr, td {
        border: solid 0.4mm #000;
        background-color: #fff;
      }
  
      a,
      b,
      p,
      li,
      ul,
      th,
      td,
      u,
      blockquote {
        break-inside: avoid;
        font-size: 3mm;
        line-height: 4.2mm;
        color: #000 !important;
      }
      th,
      td{
        padding:1.6mm;
      }
  
      ul {
        margin-left: 0;
        padding-left: 0;
      }
  
      li {
        margin-left: 6mm;
        padding-left: 0;
      }
  
      h1 {
        margin: 0;
        padding: 0;
        font-size: 6mm;
      }
  
      h2 {
        margin: 0;
        padding: 0;
        font-size: 3.6mm;
      }