.post__grid-wrapper{display:grid;gap:3rem;grid-template-columns:repeat(1,minmax(0,1fr));margin-top:1.5rem}.post__grid-item-image{width:100%}.post__grid-item-thumb{border-radius:12px;height:100%;object-fit:cover;width:100%}.post__grid-item-tags{display:flex;flex-wrap:wrap;gap:.5rem;margin-bottom:.5rem;margin-top:1rem}.post__grid-item-category{background-color:#f8f3ec;border-radius:4px;color:#181817;font-size:14px;font-weight:900;padding:.25rem .875rem;text-decoration:none}.post__grid-item__title{font-weight:900;margin-bottom:.5rem}.post__grid-item-link{border:1px solid #181817;border-radius:12px;color:#181817;display:block;font-weight:900;margin-top:1.25rem;padding:.5rem 1rem;text-decoration:none;transition:all .2s;width:max-content}.post__grid-item-link:hover{background-color:#181817;color:#fff}@media (min-width:768px){.post__grid-wrapper{column-gap:1rem;grid-template-columns:repeat(2,minmax(0,1fr));row-gap:3rem}.post__grid-item-image{height:100%;max-height:250px}}@media (min-width:1024px){.post__grid-wrapper{grid-template-columns:repeat(3,minmax(0,1fr))}}