.richtext--container-wrap {
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 0.4em;
  margin: 0 auto;
  max-width: 50%;
}

@media screen and (max-width: 768px) {
  .richtext--container-wrap {
    max-width: 80%;
  }
}
