@import url("../boardpresentations/course.css");
.hero-image { background-image: url("Picture1.png"); background-position: center 46%; }
.session-summary { margin-bottom: 20px; color: var(--muted); font-size: .95rem; line-height: 1.65; }
.approach-panel { padding: 78px 0; background: var(--blue-soft); }
.approach-inner { max-width: 900px; }
.approach-inner .section-kicker { margin-bottom: 10px; }
.approach-inner h2 { margin-bottom: 20px; font-size: clamp(2rem, 4vw, 3rem); }
.approach-inner > p:last-child { margin-bottom: 0; color: #425563; font-size: 1.05rem; }
@media (max-width: 800px) { .hero-image { background-position: 52% center; } }
