<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.section-page .container {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.section-page .container h1 {
  width: 100%;
  max-width: 100%;
}
@media (min-width: 768px) {
  .section-page .container h1 {
    max-width: var(--rte-max-width);
  }
}</pre></body></html>