.rich-text-borders__content {
  border: 1px solid rgb(var(--color-foreground));
  color: var(--color);
  text-align: center;
}

.rich-text-borders__content__text {
  max-width: 86.2rem;
  margin: auto;
  font-family: var(--font-heading-family);
  font-size: 4.8rem;
  line-height: 1;
}

@media screen and (max-width: 749px) {
  .rich-text-borders__content__text {
    font-size: 2.8rem;
    max-width: 27.5rem;
  }
}