.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 h1 a {
  color: inherit;
  text-decoration: none;
}
.content-article h1 a:hover {
  color: #F05A27;
  text-decoration: underline;
}
.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;
  text-decoration: none;
}
.content-article h2 a:hover {
  color: #F05A27;
  text-decoration: underline;
}
.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;
  text-decoration: none;
}
.content-article h3 a:hover {
  color: #F05A27;
  text-decoration: underline;
}
.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;
  text-decoration: none;
}
.content-article h4 a:hover {
  color: #F05A27;
  text-decoration: underline;
}
.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;
  text-decoration: none;
}
.content-article h5 a:hover {
  color: #F05A27;
  text-decoration: underline;
}
.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;
  text-decoration: none;
}
.content-article h6 a:hover {
  color: #F05A27;
  text-decoration: underline;
}
.content-article ul li {
  color: #323232;
}
.content-article table {
  width: 100%;
  border-collapse: collapse;
  margin-bottom: 30px;
  font-size: 0.95rem;
}
.content-article table th,
.content-article table td {
  border: 1px solid #dee2e6;
  padding: 10px 14px;
  text-align: left;
  vertical-align: top;
  line-height: 170%;
  color: #323232;
}
.content-article table thead th {
  background-color: #F05A27;
  color: #fff;
  font-family: "Open Sans", sans-serif;
  font-weight: 700;
  border-color: #e04e1e;
}
.content-article table tbody tr:nth-child(even) {
  background-color: #f8f9fa;
}

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