.richtext {
  opacity: 1;
  letter-spacing: 0;
  line-height: 1;
}

.richtext .page-width > *:first-child {
  text-align: center;
  margin: 28px auto;
  font: normal var(--font-body-weight) 28px/37px var(--font-body-family);
}

.richtext p {
  font: normal 400 17px/135% var(--font-body-family);
}

.richtext p:empty {
  height: 15px;
}
