/* School history: spacious reading columns, with a single column on phones. */
.history-section .info-block-head{grid-template-columns:minmax(0,.75fr) minmax(0,1.25fr);gap:7%}
.history-section .info-block h2{font-size:clamp(2rem,3.3vw,3.25rem);line-height:1.12;overflow-wrap:break-word}
.history-copy{min-width:0;max-width:70ch;font-size:1rem;line-height:1.85}
.history-copy p{margin:0 0 1.25rem}
.history-copy p:last-child{margin-bottom:0}
.history-copy strong{color:var(--navy);font-weight:800}
.history-copy .history-organizations{margin:1.5rem 0;padding-left:1.3rem;border:0;list-style:disc}
.history-copy .history-organizations li{padding:.35rem 0;border:0;font-weight:500}
.history-copy .history-vocations{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));column-gap:1.5rem;margin:1.5rem 0 2rem}
.history-copy .history-vocations li{font-size:1rem;font-weight:600;overflow-wrap:anywhere}
@media(max-width:900px){.history-section .info-block-head{grid-template-columns:1fr;gap:1.5rem}}
@media(max-width:480px){.history-copy .history-vocations{grid-template-columns:1fr}}
