.page-about .about{
  max-width: 980px;
  margin: 12px auto 40px;
  padding: 0 12px;
}
.page-about .hero h1{
    font-family: grapeSoda;
    font-size: 42px;
    display: flex;
    justify-self: center;
    margin: 8px 0 6px;
    font-weight: 100;
}
.page-about .hero p{ color: var(--muted); font-size: 18px; }
.page-about .cols{
  display: grid;
  grid-template-columns: repeat(auto-fit,minmax(260px,1fr));
  gap: 14px;
  margin-top: 16px;
}
.page-about article{
  background: var(--panel);
  border-radius: 12px;
  padding: 14px;
}
.page-about h2{ margin: 0 0 8px; }
