.cols-2{display:grid;grid-template-columns:repeat(2,minmax(360px,1fr))}.cols-2>*{margin:0 1em 1em}.cols-3{display:grid;grid-template-columns:repeat(3,minmax(200px,1fr))}.cols-3>*{margin:0 1em 1em}a.image{overflow:hidden}a.image img{transition:transform .2s ease}a.image:hover img{transform:scale(1.075)}.posts{display:grid;grid-template-columns:repeat(2,minmax(360px,1fr))}.posts article{margin:0 1em 1em}.posts article .image{display:block;margin:0 0 2em}.posts article .image img{display:block;width:100%}@media screen and (max-width:980px){.cols-2,.posts{grid-template-columns:repeat(1,1fr)}.cols-2{grid-row-end:revert}.cols-3{grid-template-columns:repeat(2,minmax(200px,1fr))}}@media screen and (max-width:400px){.cols-3{grid-template-columns:repeat(1,1fr)}}.g-center{border-bottom:3px solid var(--primary);display:grid;margin:4rem 0 2rem;place-items:center}