.footer-contact-heading {
  font-family: var(--font-serif);
  font-weight: 400;
  font-size: 1.3125rem;
  line-height: 1.2;
}
@media (min-width: 1024px) {
  .footer-contact-heading { font-size: 2rem; }
}

.footer-social-link {
  opacity: 1;
  transition: opacity 0.2s ease-in-out;
}
.footer-social-link:hover { opacity: 0.7; }

.footer-divider { border-top: none; }
