.content__custom {
  margin: 0 auto;
}
.page h1 {
  padding: 20px 0 0;
  border-bottom: 1px solid #b4b4b4;
}
.page h2 {
  padding: 20px 0;
  width: 100%;
  white-space: break-spaces;
  font-size: 26px;
}
.page h3 {
  padding: 20px 0 10px 0;
  width: max-content;
  font-size: 22px;
}
.page .content {
  display: flex;
  flex-direction: column;
  padding: 20px 0;
  white-space: pre-line;
}
.page .content ul {
  list-style-type: disc !important;
  list-style: disc;
  margin: 0;
  display: flex;
  flex-direction: column;
  padding: 20px 20px 30px 20px;
}
.page .content ul li {
  list-style-type: disc !important;
  list-style: disc;
  display: list-item;
}

.page figure {
  width: auto;
  height: 65px;
}
.page img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}
.page.dark .content {
  color: #fff;
}
@media screen and (max-width: 1000px) {
  .content__custom {
    /* padding: 0 15px; */
    width: 100%;
  }
}
