.links-card h1 {
  font-family: Georgia, serif;
  font-size: clamp(3.8rem, 11vw, 6.5rem);
  font-weight: 400;
  letter-spacing: -0.065em;
  line-height: 0.78;
  margin: 0.75rem 0 1.5rem;
}

.links-card h1 em {
  color: var(--copper);
  font-weight: 400;
}
