.posts-grid{display:grid;gap:20px;grid-template-columns:1fr 1fr 1fr;margin:0 auto;max-width:1200px;padding:20px}@media only screen and (max-width:900px){.posts-grid{grid-template-columns:1fr;width:100%}}.post-card{background:#fff;border-radius:9px;box-shadow:1px 17px 56px 0 rgba(0,0,0,.29);display:flex;flex-direction:column;height:auto;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:209px;margin:0;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:1.5em 3em 3em}.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}.post-content .hs-button{background:#fa7268;font-weight:400;font-weight:700}.post-content .hs-button,.post-content .hs-button:hover{border-radius:5px;color:#fff;font-size:14px;line-height:1.5em;padding:5px 12px;text-align:center;text-decoration:none;width:50%}.post-content .hs-button:hover{background-color:#50fa96;font-weight:400}.hs-button:focus{text-decoration:none!important}