.article-content {
  font-size: 1.3rem;
  line-height: 1.6;
  margin: 2rem 0;
  padding: 0 1rem;
  font-family: var(--font-gotham);
}

.article-content__text.rte a {
  text-decoration: underline;
}

.article-content__text.rte a:hover {
  text-decoration: none;
}

@media screen and (min-width: 750px) {
  .article-content {
    margin: 4rem 0;
    padding: 0;
  }
}
