.section-rich-text {
  --blocks-radius: 0;
  --blocks-radius-mobile: 0;
}
.section-rich-text .rich-text {
  max-width: var(--rich-text-max-width, 100%);
  margin-left: auto;
  margin-right: auto;
}

.section-rich-text .rich-text--uppercase .rich-text__heading {
  text-transform: uppercase;
}

.rich-text__text .rte :where(h1, h2, h3, h4, h5, h6) {
  text-transform: uppercase;
}
