.article-wrap h3 {
  color: var(--wine-dark);
  font-size: clamp(23px, 3vw, 32px);
  letter-spacing: -.025em;
  line-height: 1.15;
  margin: 38px 0 12px;
}

.article-wrap a {
  color: var(--wine-mid);
  font-weight: 800;
  text-decoration-thickness: 1px;
  text-underline-offset: 3px;
}
