/* breakpoints */
.rich-text {
  background: transparent;
  color: #231f20;
  line-height: 1.25rem;
  font-size: 1rem;
  overflow: hidden;
}

.rich-text * {
  max-width: 100%;
}

.rich-text h1,
.rich-text h2,
.rich-text h3 {
  margin-bottom: 1rem;
}

main .rich-text {
  line-height: 1.5rem;
}

.rich-text.small-rich-text p,
.rich-text.small-rich-text span,
.rich-text.small-rich-text a,
.rich-text.small-rich-text * {
  font-size: 0.875rem;
}
