.hero--knowledge {
  /* Improved full-width breakout to avoid horizontal scrollbar */
  width: 100vw;
  position: relative;
  left: 50%;
  right: 50%;
  margin-left: -50vw;
  margin-right: -50vw;
  
  min-height: 600px;
  height: 70vh;
  box-sizing: border-box;
  background-image: url('/_flysystem/fedora/2026-04/Indigenous%20Knowledge.jpg');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.block-knowledge-content {
  margin-top: 5em;
  margin-left: auto;
  margin-right: auto;
  margin-bottom:3em;
}

.block-knowledge-content .knowledge-page-title {
  text-align: center;
  margin-bottom: 0.5em;
  font-size: 48px;
  font-weight: bold;
}

.block-knowledge-content .knowledge-subtitle {
  text-align: center;
  font-size: 20px;
  font-weight: 300;
  margin-bottom: 1em;
}

.block-knowledge-content .knowledge-description {
  margin-top: 1em;
  line-height: 1.6; 
}

/* Specificity fix: only apply to paragraphs in this block */
.block-knowledge-content p {
  font-size: 20px;
}