.posts-grid{display:grid;gap:20px;grid-template-columns:repeat(auto-fill,minmax(300px,1fr));margin:0 auto;max-width:1200px;padding:20px}.post-card{background:#fff;border-radius:9px;box-shadow:1px 17px 56px 0 rgba(0,0,0,.29);display:flex;flex-direction:column;justify-content:space-between;overflow:hidden;transition:transform .3s,box-shadow .3s}.post-card:hover{box-shadow:1px 22px 66px 0 rgba(0,0,0,.35);transform:translateY(-5px)}.post-image{height:25vh;object-fit:cover;width:100%}.post-content{display:flex;flex-direction:column;flex-grow:1;font-size:15px;justify-content:space-between;line-height:1.2em;padding:3em 3em 4em}.post-title-summary-block{margin-bottom:5px}.post-title{color:#000;font-size:20px;line-height:1.2em;margin-bottom:1em}.post-sum{color:#000;font-size:12px}.hs-button{background:#000}.hs-button,.hs-button:hover{border-radius:5px;color:#fff;font-size:14px;font-weight:400;line-height:1.5em;padding:5px 12px;text-align:center;text-decoration:none;width:50%}.hs-button:hover{background-color:#802ef2}