.rich-text__wrapper {
  max-width: 148.8rem;
  display: flex;
  margin: 0 auto;
}
.rich-text__text p,
.rich-text__text h1,
.rich-text__text h2,
.rich-text__text h3,
.rich-text__text h4,
.rich-text__text h5,
.rich-text__text h6 {
  margin-top: 0;
  margin-bottom: 20px;
}
.rich-text__text p:last-child {
  margin: 0;
}
.rich-text__text a {
  text-decoration: none;
  opacity: 0.5;
}
.rich-text__text a:hover {
  opacity: 1;
}
.rich-text__heading {
  margin: 0;
}
