.about-rich-text {
  font-size: 1.1rem;
  line-height: 1.6;
  color: #333;
  overflow-wrap: anywhere;
  text-align: left;
}

.about-rich-text p { margin: 0 0 1em; }
.about-rich-text h2 { font-size: 1.65em; margin: 1.2em 0 0.6em; line-height: 1.2; }
.about-rich-text h3 { font-size: 1.35em; margin: 1.2em 0 0.6em; line-height: 1.25; }
.about-rich-text h4 { font-size: 1.1em; margin: 1.2em 0 0.6em; line-height: 1.3; }
.about-rich-text h2, .about-rich-text h3, .about-rich-text h4 { break-after: avoid; }
.about-rich-text ul, .about-rich-text ol { margin: 0 0 1em; padding-left: 1.75em; }
.about-rich-text ul { list-style-type: disc; }
.about-rich-text ol { list-style-type: decimal; }
.about-rich-text li { margin-bottom: 0.35em; }
.about-rich-text li > p { margin-bottom: 0.35em; }
.about-rich-text blockquote { border-left: 3px solid #bbb; padding-left: 1em; margin: 0 0 1em; }
.about-rich-text a { color: inherit; text-decoration: underline; }
.about-rich-text hr { border: 0; border-top: 1px solid #ccc; margin: 1.5em 0; }
.about-rich-text > :first-child { margin-top: 0; }
.about-rich-text > :last-child { margin-bottom: 0; }

#aboutContainer .about-rich-text {
  flex: 1 1 100%;
  min-width: 0;
  max-width: none;
}

#aboutContainer .about-rich-text--columns {
  max-width: calc(1340px + 2rem);
  column-count: 2;
  column-gap: 2rem;
}

@media (max-width: 768px) {
  .about-rich-text { font-size: 1rem; }
  #aboutContainer .about-rich-text--columns { column-count: 1; }
}
