.posts_mainContainer__ED2Ba{width:100%;display:flex;justify-content:center}.posts_postsGrid__nCocG{padding:1rem;width:100%;max-width:1200px;display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));grid-gap:1rem;gap:1rem;align-items:stretch}.posts_post__mmVxm{display:flex;flex-direction:column;width:100%}.posts_post__mmVxm h2{font-size:1rem;font-weight:500}.posts_imageWrapper__wmkI5{cursor:pointer;border-radius:3px;overflow:hidden;display:flex;margin-bottom:.5rem;width:100%;position:relative;min-height:-moz-fit-content;min-height:fit-content}.posts_imageWrapper__wmkI5 img{transition:scale .3s;height:auto;width:100%}.posts_imageWrapper__wmkI5:hover img{scale:1.2}.posts_title___uvLh{display:flex;justify-content:space-between;align-items:flex-start}.posts_title___uvLh span{font-size:.9rem;color:var(--gray);font-weight:400}