.posts-wrapper{display:grid;grid-template-columns:1fr;grid-auto-rows:3fr;grid-column-gap:20px;grid-row-gap:20px}.posts-wrapper h3{color:#4760ac;font-size:1.375rem}@media(min-width:992px){.posts-wrapper{grid-template-columns:repeat(3,1fr);grid-auto-rows:1fr}}