@media (width > 768px){.grid-3x2,.grid-3x3{position:relative;margin:1em 0;display:grid;grid-auto-flow:column;column-gap:2rem;row-gap:1rem}.grid-3x2{grid-template-rows:repeat(3,auto);grid-template-columns:repeat(2,1fr);background-image:linear-gradient(to right,transparent calc(50% - .5px),#ccc calc(50% - .5px),#ccc calc(50% + .5px),transparent calc(50% + .5px))}.grid-3x3{grid-template-rows:repeat(3,auto);grid-template-columns:repeat(3,1fr);background-image:linear-gradient(to right,transparent calc(33.333% - .5px),#ccc calc(33.333% - .5px),#ccc calc(33.333% + .5px),transparent calc(33.333% + .5px)),linear-gradient(to right,transparent calc(66.666% - .5px),#ccc calc(66.666% - .5px),#ccc calc(66.666% + .5px),transparent calc(66.666% + .5px))}.grid-3x2>*,.grid-3x2>article>*,.grid-3x2>section>*,.grid-3x3>*,.grid-3x3>article>*,.grid-3x3>section>*{margin-top:0;margin-bottom:0}}.grid-centered{align-self:center;justify-self:center}:is(h1,h2,h3,h4,h5,h6).grid-centered{text-align:center}:is(h1,h2,h3,h4,h5,h6).grid-centered img{max-height:4rem;max-width:100%}.grid-img{display:block;max-height:7rem;max-width:100%;margin-left:auto;margin-right:auto}