.texto-enriquecido {
  line-height: 1.6;
}
.texto-enriquecido p {
  margin-bottom: 0;
  color: var(--color-neutral-10);
}

.texto-enriquecido a {
  word-break: break-word;
}

.texto-enriquecido--size-grande { font-size: 1.25rem; }
