
    .article-view ol ul {
      list-style-type: circle;
    }
    ol p, ul p {
        margin-bottom: 0px;
    }
    .article-view ol ul ul{
      list-style-type: disc;
    }
    .article-view p {
      font-size: 14px;
      font-weight: 400;
      line-height: 24px;
    }
    .article-view a {
        text-decoration: none;
    }
    .article-view h2 {
        margin-bottom: 10px;
    }
    .article-view h3 {
        margin-bottom: 12px;
        font-size: 1.7em;
        font-weight: 400;
        text-transform: none;
    }
    .article-view img {
        max-width: 100%;
    }
  