.section-richtext .text-wrapper {
  max-width: var(--max-width);
  margin: 0 auto;
}

.section-richtext .rft-heading {
  line-height: 1.8;
}

.section-richtext .rft-heading strong {
  font-weight: 700;
}

.section-richtext .rft-heading a {
  text-decoration: underline;
  text-decoration-thickness: 1px;
}

.section-richtext .rft-heading + .rte {
  margin-top: 20px;
}