@media (min-width: 320px) and (max-width: 991px) {
  .article-view .wrp-double-cl-cl-child .cl-main {
    padding-bottom: 1rem;
    border-bottom: 1px solid #061423 !important; }
  .article-view .wrp-double-cl-cl-child .cl-child {
    gap: 20px;
    display: flex;
    flex-direction: column; } }

@media (min-width: 767px) and (max-width: 991px) {
  .article-view .wrp-double-cl-cl-child {
    flex-direction: column; }
    .article-view .wrp-double-cl-cl-child .cl-child {
      max-width: none;
      display: flex;
      gap: 20px; }
      .article-view .wrp-double-cl-cl-child .cl-child .flex-column-position {
        flex-direction: row; }
  .article-view h2 {
    font-size: 18px !important;
    font-weight: 600;
    padding-bottom: 0.5rem;
    border-bottom: 1px solid #064d8f2e;
    margin-bottom: 0.5rem !important;
    margin-top: 1rem; }
  .article-view h1 {
    font-size: 20px !important; }
  .article-view ul li, .article-view ol li {
    font-size: 15px !important;
    font-weight: 400 !important; }
  .article-view p {
    font-size: 15px !important; } }

@media (min-width: 320px) and (max-width: 766px) {
  .article-view .dt-article-view {
    font-size: 14px; }
  .article-view .container-article-view .paragraph {
    text-align: justify; }
  .article-view .container-article-view .bt {
    font-size: 12px !important; }
  .article-view .wrp-double-cl-cl-child {
    flex-direction: column; }
    .article-view .wrp-double-cl-cl-child .cl-child {
      max-width: none; }
  .article-view h2 {
    font-size: 16px !important;
    font-weight: 600;
    padding-bottom: 0.5rem;
    border-bottom: 1px solid #064d8f2e;
    margin-bottom: 0.5rem !important;
    margin-top: 1rem; }
  .article-view h1 {
    font-size: 20px !important; }
  .article-view ul li, .article-view ol li {
    font-size: 15px !important;
    font-weight: 400 !important; }
  .article-view p {
    font-size: 15px !important; }
  .article-view .float-img-article-view {
    max-width: 200px !important;
    padding: 0 0px 10px 0px !important;
    float: none !important;
    margin: auto; } }

/*# sourceMappingURL=responsive-article-view.css.map */