/* Target only this Main Page section by its ID */
.main-page--{{ section.id }} .page-width--narrow {
  /* Remove the narrow max-width so it goes edge-to-edge */
  max-width: none !important;
  width: 100% !important;
  padding-left: 1rem;   /* optional side gutter */
  padding-right: 1rem;  /* optional side gutter */
}

/* Center the title and all rich-text inside this section */
.main-page--{{ section.id }} .page-title,
.main-page--{{ section.id }} .rte {
  text-align: center !important;
}
