.story-education .education-class { scroll-margin-top: 32px; }
.story-education .education-class h2 { text-wrap: balance; }
.story-education .education-class .class-format-three { grid-template-columns: repeat(3,minmax(0,1fr)); }
.story-education .education-class .button { white-space: normal; text-wrap: balance; max-width:100%; }
.story-education .education-class .learning-safety { margin-top: 24px; }
.business-class-preview { display:flex; align-items:center; justify-content:space-between; gap:32px; margin-top:36px; padding:28px 0; border-block:1px solid #b5cec1; }
.business-class-preview h2 { font-size:32px; margin:0 0 12px; }
.business-class-preview p { margin:0; }
.business-class-preview .button { flex-shrink:0; }
@media(max-width:760px){
 .business-class-preview{align-items:flex-start;flex-direction:column;gap:20px;}
 .business-class-preview .button{white-space:normal;max-width:100%;text-wrap:balance;}
 .story-education .education-class .class-format-three { grid-template-columns:repeat(2,minmax(0,1fr)); }
}
