
        @media (max-width: 768px) {
            body {
              overflow-x: hidden;
            }
        }
        
        body {
          font-family: 'Airal' !important;
        }
        .prose-slate table {
          width: 100%;
        }
        .prose-slate table tbody tr td {
          padding-left: 1em !important;
          border: 1.5px solid #dad9d9;
      }
        .prose-slate img {
          width: 100%;
        }

        .navigation-list>li>a  {
          line-height: 23px;
        }