.reblock-pageseo {
}
.reblock-pageseo__inner {
    max-width: 73.75rem;
    margin: 0 auto;
    padding: 0 .625rem;
}
.reblock-pageseo__rearticle {
    font-size: 1rem;
    line-height: 1.4;
}


.rearticle > h1,
.rearticle > h2,
.rearticle > h3,
.rearticle > h4,
.rearticle > h5,
.rearticle > h6 {
  margin-top: 1em;
  margin-bottom: 0.5em;
}
.rearticle > ul,
.rearticle > ol {
  margin-top: 0.75em;
  margin-bottom: 0.75em;
}
.rearticle > p {
  margin-top: 0.75em;
  margin-bottom: 0.75em;
}
.rearticle h1,
.rearticle h2,
.rearticle h3,
.rearticle h4,
.rearticle h5,
.rearticle h6 {
  font-family: OrchideaPro, Arial, sans-serif;
  font-size: 2.5rem;
  font-weight: 400;
  line-height: 1;
}
.rearticle ul,
.rearticle ol {
  padding-left: 1em;
  list-style: auto;
}
.rearticle li {
  margin-top: 0.5em;
  margin-bottom: 0.5em;
  list-style: auto;
}
.rearticle a:not([class]) {
  color: inherit;
  text-decoration: underline;
  transition: opacity 200ms;
}
.rearticle a:not([class]):hover {
  opacity: 0.5;
}
.rearticle *:first-child {
  margin-top: 0;
}
.rearticle *:last-child {
  margin-bottom: 0;
}