/*
Theme Name: Twenty Twenty-one Child
Version: 1.6
Template: twentytwentyone
*/
:root {
  --viewport-width: min(100vw, 2000px);
  --b: calc(var(--viewport-width) / 160);
}

#school {
  min-height: auto;
}
#school .list__wrapper {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(min(100%, max(330px, (100% - max(2.8rem, 15px) * 2) / 3)), 1fr));
  gap: max(7.5rem, 50px) max(2.8rem, 15px);
  padding-bottom: max(14rem, 100px);
}
#school .list__item {
  display: grid;
  grid-template-rows: subgrid;
  grid-row: span 2;
  row-gap: max(2rem, 10px);
}
#school .list__item__image {
  width: 100%;
  height: auto;
  aspect-ratio: 136/97;
}
#school .list__item__image img {
  width: 100%;
  height: 100%;
}
#school .list__item .btnBox a {
  width: 100%;
}/*# sourceMappingURL=school.css.map */