.all-posts-page{display:grid;gap:30px;grid-template-columns:repeat(2,minmax(0,1fr));margin-bottom:30px}.all-posts-page--hidden{display:none}.post-tile h3{font-size:24px}@media (max-width:768px){.all-posts-page{grid-template-columns:repeat(1,minmax(0,1fr))}}