/* Keep the main headings consistent with the Events section. */
#home .hero-copy h1,
.knowledge-hero h1,
.knowledge-overview h2,
.knowledge-section h2,
.knowledge-cta h2,
.knowledge-project-title {
  font-size: clamp(32px, 4vw, 46px);
}

@media (max-width: 820px) {
  #home .hero-copy h1,
  .knowledge-hero h1,
  .knowledge-overview h2,
  .knowledge-section h2,
  .knowledge-cta h2,
  .knowledge-project-title {
    font-size: 32px;
  }
}
