body {
  background: #fff !important;
}

.b-detail-page__nav {
  height: fit-content;
}

.b-detail-page__nav ol li,
.b-detail-page__nav ul li {
  margin-bottom: 5px;
}

.faq-section {
  padding-bottom: 15px;
}

.faq-text {
  font-size: 16px;
  line-height: 150%;
  margin-bottom: 15px;
}

.ul-content-detail-page {
  padding-left: 20px;
  margin-top: 2px;
  color: #003baa;
  margin-bottom: unset !important;
}

.left_articles table {
  max-width: 100%;
  text-align: center;
}

.left_articles {
  width: 100%;
}

.width-table-article {
  text-align: center;
}

.articles_wrapper {
  width: 100%;
  display: flex;
  margin-bottom: 30px;
}

.b-detail-page__nav-title {
  font-size: 18px;
  font-family: OpenSansSemi;
}

.content-detail-page-h3-ul {
  padding-left: 20px;
}

.content-detail-page-h4-ul {
  padding-left: 40px;
}

.content-detail-page-title {
  list-style-type: decimal;
}

.content-detail-page-h3 {
  list-style-type: disc;
}

.content-detail-page-h4 {
  list-style-type: disc;
}

.b-detail-page blockquote {
  font-family: Open Sans;
  font-size: 18px;
  font-weight: 600;
  line-height: 27px;
  text-align: left;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
}

.snippet {
  display: flex;
}

.snippet p img {
  width: 100%;
}

.snippet-left {
  flex: 50%;
  margin-right: 15px;
}

.snippet-right {
  flex: 50%;
  margin-left: 15px;
}

.snippet-banner {
  max-height: 800px;
  width: 100%;
}

.tags-list-detail {
  margin-bottom: 20px;
}

.content-detail-page-h3-li {
  list-style-type: none;
}

@media (max-width: 468px) {
  h1 {
    font-size: 34px !important;
  }

  .snippet {
    display: block;
  }

  .snippet-left {
    margin-right: unset;
  }

  .snippet-right {
    margin-left: unset;
  }
}