html {
    scroll-padding-top: 80px;
}
.menu-header .menu-header__openmenu {
   display: none;
}

.content-editor {
   font: 22px/40px din-light;
   color: #767676;
   padding-top: 65px;
   padding-bottom: 270px;
}

.content-editor > * {
   margin-block-end: 16px;
}

.content-editor > *:not(h1, h2) {
   text-align: justify;
}

.content-editor h1 {
   font-size: 40px;
   line-height: 50px;
   font-weight: bolder;
}

.content-editor h2 {
   font-size: 22px;
   font-weight: bolder;
   margin-block-start: 32px;
}

.content-editor a {
   color: #0072BC;
   text-decoration: none;
}

.content-editor a:hover {
   text-decoration: underline;
}

.content-editor ol,
.content-editor ul {
   padding-inline-start: 32px;
}

.content-editor ul {
   list-style: disc;
}

.content-editor blockquote {
   display: flex;
   flex-direction: column;
   gap: 32px;
}

.content-editor blockquote p {
   font-size: 16px;
   line-height: 16px;
}

@media (max-width: 575px) {
   .content-editor {
      padding-inline: 16px;
   }
}