.article-content h3 {
  margin: 30px 0 10px;
  font-family: "Cormorant Garamond", serif;
  font-size: 24px;
  line-height: 1.25;
}

.article-content a:not(.btn) {
  color: #a8792f;
  text-decoration: underline;
  text-underline-offset: 3px;
}

@media (max-width: 700px) {
  .article-content h2 {
    font-size: 30px;
  }

  .article-content h3 {
    font-size: 22px;
  }
}
