article header {
  background: var(--bg);
}

article header .information img {
  width: 100px;
}

article ol.breadcrumb {
  background: #fff !important;
}

article ol.breadcrumb li {
  padding: 0px;
}

article ol.breadcrumb a {
  color: #333;
}

article p {
  margin-bottom: 2rem;
}

article ol,
article ul {
  padding-left: 1rem;
  margin-bottom: 2rem;
}

article ol li,
article ul li {
  font-weight: 500;
  font-size: inherit;
  line-height: 1.75;
  text-rendering: optimizeLegibility;
}

article img {
  max-width: 100%;
}

