@media (min-width:600px){.page-about{height:100dvh;min-height:0;overflow:hidden;}}
.page-about #main{display:flex;flex-direction:column;}
.page-about #main>.page{flex:1;display:flex;flex-direction:column;width:100%;}
.page-about .section{flex:1;display:flex;flex-direction:column;justify-content:center;padding:0;gap:var(--p10);}
.page-about .section.last-pad{border:none;}
.page-about .section h2{margin:0;}
.page-about .section p{margin:0;}
