h2.heading.heading--large {
  font-size: 200px;
  width: max-content;
  line-height: 180px;
  text-transform: uppercase;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}
.rich-text .content-box {
  width: 100%;
  position: relative;
  min-height: 180px;
  overflow: hidden;
  margin: 3rem 0;
}
.section-rich-text {
  margin: 0;
}
