.post-grid{display:grid;gap:30px;grid-template-columns:repeat(3,minmax(0,1fr))}.post-card-wrapper{display:flex;height:100%}.hs-elevate-card--blog{background:#fff;border:1px solid #d9d9d9;border-radius:18px;height:100%;overflow:hidden;width:100%}.hs-elevate-card--blog__link{color:inherit;display:flex;flex-direction:column;height:100%;text-decoration:none}.hs-elevate-card--blog__image{display:block;height:220px;object-fit:cover;width:100%}.hs-elevate-card--blog__content-container{padding:22px}.hs-elevate-card--blog__tag-container{display:flex;flex-wrap:wrap;gap:8px;margin-bottom:18px;overflow:hidden}.hs-elevate-tag{white-space:nowrap}.hs-elevate-card--blog__heading{color:#000;font-size:18px;margin:15px 0}#pagination{align-items:center;display:flex;flex-wrap:wrap;gap:10px;justify-content:center;margin:50px 0}.page-btn,.page-next{background:none;border:none;color:#38b6c8;cursor:pointer;font-size:20px;height:50px;width:50px}.page-btn.active{border:2px solid #38b6c8;border-radius:50%}@media (max-width:768px){.post-grid{grid-template-columns:1fr}}