.hs-cards{display:grid;gap:24px;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));margin-top:60px}.hs-card{background:#fff;border-radius:24px;box-shadow:0 8px 16px 0 #161c2d14;display:flex;flex-direction:column;overflow:hidden;padding:20px}.hs-card__image img{border-radius:12px;display:block;height:180px;object-fit:cover;width:100%}.hs-card__content{padding:20px}.hs-card__content h3{margin-top:0}@media (max-width:768px){.hs-card__image img{height:160px}}