article {
  width: 100%;
  float: left;
  padding: 0 15px;
  padding-bottom: 25px;
}
.details-news-content {
  padding: 20px 0;
}
.details-news-content h3 {
  font-size: 25px;
  line-height: 1.2;
  padding-bottom: 15px;
  text-align: justify;
  text-justify: inter-word;
}
.details-news-info + div a {
  color: var(--color-blue);
}
.details-news-info {
  padding-bottom: 15px;
}
.details-news-info ul > li {
  display: inline;
  font-size: 14px;
  padding-right: 15px;
  vertical-align: middle;
  color: rgba(31, 42, 55, 0.7);
}
.details-news-text ul > li::before {
  font-family: 'Font Awesome 5 Free';
  content: "\f00c";
  color: var(--color-blue);
  padding-right: 15px;
}
.details-news-text ol {
  counter-reset: my-counter;
}
.details-news-text ol > li {
  counter-increment: my-counter;
}
.details-news-text ol > li::before {
  content: counter(my-counter) ". ";
  color: var(--color-blue);
}
.special .details-news-text ol > li::before {
  color: var(--color-black);
}
.special-black .details-news-text ol > li::before {
  color: var(--color-white);
}
.category-news-title {
  font-size: 20px;
  text-align: justify;
  text-justify: inter-word;
}
.category-news-date {
  font-size: 12px;
  color: rgba(31, 42, 55, 0.7);
  padding-bottom: 15px;
}
.category-news-text {
  text-align: justify;
  text-justify: inter-word;
}
