.content__custom {
  margin: 0 auto;
}
.page h1 {
  padding: 20px 0 0;
  border-bottom: 1px solid #b4b4b4;
}
.page h2 {
  padding: 0 0 20px 0;
  width: 100%;
  white-space: break-spaces;
}
.page h3 {
  padding: 0;

  width: max-content;
}
.page .content {
  padding: 20px 0;

  white-space: pre-line;
}

.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: auto;
  }
}
