.teaching-page {
  background: #fff;
}

.teaching-page .research-shell,
.teaching-page .research-sidebar,
.teaching-page .research-content {
  background: #fff;
}

.teaching-main-title {
  font-size: 48px;
  color: #081e79;
  margin-bottom: 32px;
}

.teaching-intro {
  font-family: "Neue Haas Grotesk Display Pro", Arial, sans-serif;
  font-size: 24px;
  line-height: 1.55;
  color: #444;
  margin-bottom: 64px;
}

.pedagogy-head {
  font-size: 30px;
  color: #051143;
  margin-bottom: 48px;
}

.pedagogy-pillar {
  padding: 40px 0;
  border-bottom: 1px solid rgba(8, 30, 121, 0.1);
}

.pedagogy-pillar:last-child {
  border-bottom: none;
}

.pillar-title {
  font-size: 26px;
  color: #081e79;
  font-weight: 600;
  margin-bottom: 24px;
}

.pedagogy-pillar p {
  font-family: "Neue Haas Grotesk Display Pro", Arial, sans-serif;
  font-size: 24px;
  line-height: 1.6;
  color: #444;
}

@media (max-width: 768px) {
  .teaching-main-title {
    font-size: 28px !important;
  }
  .pedagogy-head {
    font-size: 22px !important;
  }
  .pedagogy-pillar {
    padding: 32px 0;
  }
  .pillar-title {
    font-size: 22px;
  }
  .teaching-intro,
  .pedagogy-pillar p {
    font-size: 16px !important;
  }
}
