.slh .slh-cards{display:grid;gap:18px;grid-template-columns:repeat(3,1fr)}.slh .slh-card{background:#fff;border:1px solid var(--line);border-radius:24px;box-shadow:0 8px 30px rgba(20,45,57,.045);padding:30px}.slh .slh-icon{align-items:center;background:#eef6df;border-radius:14px;display:flex;font-size:22px;height:42px;justify-content:center;margin-bottom:22px;place-items:center;width:42px}.slh .slh-cards{grid-template-columns:repeat(2,1fr);grid-template-columns:1fr}.slh-icon .slh-icon-src{padding-top:15px;width:30px}@media (max-width:900px){.slh .slh-cards{grid-template-columns:repeat(2,1fr)}}@media (max-width:600px){.slh .slh-cards{grid-template-columns:1fr}}