.pdd-section {
  padding: 90px 0;
}

.title-category h1 {
  font-weight: 900;
  font-size: 28px;
  font-family: "Open Sans", sans-serif;
}

.list-article article > p {
  font-family: 'Merriweather', serif;
  font-size: 14px;
  line-height: 180%;
  font-weight: 400;
  color: #6c757d;
}
.list-article article .panel {
  padding-bottom: 2.5rem;
  padding-top: 2.5rem;
  border-bottom: 1px solid #dee2e6;
  display: block;
}
.list-article article .panel .panel-heading {
  font-family: 'Merriweather', serif;
  font-size: 1.125rem;
  line-height: 1.875rem;
  margin-top: 0;
  color: #212529;
}
.list-article article .panel .panel-body {
  font-family: 'Merriweather', serif;
  font-size: 14px;
  line-height: 180%;
  font-weight: 400;
  color: #6c757d;
}

.content-article {
  font-family: 'Merriweather', serif !important;
}
.content-article h1 {
  font-family: 'Merriweather', serif;
  font-size: 32px;
  line-height: 150%;
  font-weight: 700;
}
.content-article p {
  font-size: 1rem;
  line-height: 190%;
  color: #323232;
}
.content-article img {
  max-width: 100%;
  height: auto;
  margin-bottom: 30px;
}
.content-article h2 {
  font-size: 28px;
  font-weight: 700;
  margin-top: 60px;
  margin-bottom: 30px;
  font-family: "Open Sans", sans-serif;
}
.content-article h2 a {
  color: inherit;
}
.content-article h3 {
  font-size: 22px;
  font-weight: 700;
  margin-top: 40px;
  margin-bottom: 20px;
  font-family: "Open Sans", sans-serif;
}
.content-article h3 a {
  color: inherit;
}
.content-article h4 {
  font-size: 18px;
  font-weight: 700;
  margin-top: 40px;
  margin-bottom: 20px;
  font-family: "Open Sans", sans-serif;
}
.content-article h4 a {
  color: inherit;
}
.content-article h5 {
  font-size: 16px;
  font-weight: 400;
  margin-top: 30px;
  margin-bottom: 20px;
  font-family: "Open Sans", sans-serif;
}
.content-article h5 a {
  color: inherit;
}
.content-article h6 {
  font-size: 16px;
  font-weight: 700;
  margin-top: 30px;
  margin-bottom: 20px;
  font-family: "Open Sans", sans-serif;
}
.content-article h6 a {
  color: inherit;
}
.content-article ul li {
  color: #323232;
}

@media print {
  .content-article {
    padding: 1.2cm 0;
  }
}
