   body{
      margin: 0;
      font-family: 'Helvetica', 'HelveticaNeue-Thin','Helvetica Neue Thin',sans-serif;
      color: #1D212C !important;
      width: 100%;
      padding: 0 17px 17px;
      box-sizing: border-box;
    }
    html,body {
      font-size:14px;
    }
    .text-center {
      text-align: center;
    }
    .mt-2 {
      margin-top: 4em;
    }
    ul {
      padding-inline-start: 1em;
    }
    ul li {
      line-height: 1.435;
    }
    h1 {
      display: none;
    }
    p {
      color: #1D212C;
    }
    h2,h3,h4,h5,h6 {
      font-size: 14px;
    }

    .lead {
      font-size: 12px;
      text-align: right;
    }
    .weight{
      font-weight: bold;
    }

    @media all and (min-width: 375px) {
      html,body {
        font-size:16px;
      }
      body {
        padding: 17px;
      }
      h1 {
        display: block;
        text-align: center;
        font-size: 18px;
      }
      h2,h3,h4,h5,h6 {
        font-size: 16px;
      }
      .lead {
        font-size: 14px;
      }
      .lead br {
        display: none;
      }
    }

    a {
      /*color:#5f5f5f !important;*/
      color: #2b5db9 !important;
    }

    .download {
      color: #5f5f5f;
      margin: 5px auto 5px;
      word-break: break-all;
      white-space: normal;
      line-height: 1.4;
    }
    .linkA{
      text-decoration: underline !important;
    }