.posts{align-items:stretch;display:flex;flex-wrap:nowrap;flex-wrap:wrap;gap:48px;justify-content:space-evenly}.post{align-items:center;align-self:stretch;background-color:#ededed;border-radius:26px;display:flex;flex-direction:column;max-width:330px;min-width:300px;padding:32px}.post__image{height:174px;object-fit:cover;width:100%}.post__text,.post__title{text-align:center}.post__text{color:#404040;flex:1;width:100%}.post__link{color:#e19b2a;font-size:1.2em;font-weight:400;text-decoration:none;text-decoration:underline}.post__link .post__title{color:#544492;text-decoration:underline}