.benefits-grid{display:grid;grid-template-columns:1fr 1fr;gap:12px}.b-card{padding:22px 18px;border-radius:var(--radius);background:#ffffff8c;border:1px solid var(--line);aspect-ratio:1/1;display:flex;flex-direction:column;justify-content:space-between;transition:transform .25s var(--ease),border .25s var(--ease)}.b-card:hover{transform:translateY(-2px);border-color:var(--accent)}.b-card .b-ico{width:40px;height:40px;border-radius:10px;background:var(--ink);color:var(--bg);display:grid;place-items:center}.b-card .b-ico svg{width:20px;height:20px;stroke:var(--bg)}.b-card .b-title{font-size:17px;font-weight:500;line-height:1.2;margin-bottom:4px;letter-spacing:-.01em}.b-card .b-desc{font-size:12.5px;color:var(--ink-soft);line-height:1.4}.b-card.tall{grid-column:1 / -1;aspect-ratio:auto;flex-direction:row;align-items:center;gap:18px}.b-card.tall .b-ico{background:var(--accent)}.b-card.tall .b-ico svg{stroke:var(--accent-ink)}.b-card.tall .b-title{font-size:19px;margin-bottom:2px}.b-card.tall .b-text{flex:1}@media(min-width:760px){.benefits-grid{grid-template-columns:repeat(4,1fr);gap:16px}.b-card{padding:28px;aspect-ratio:1/1.05}.b-card.tall{grid-column:1 / -1;aspect-ratio:auto;padding:36px 40px;align-items:stretch}.b-card.tall .b-ico{align-self:center}.b-card.tall .b-title{font-size:28px}.b-card.tall .b-text{padding-left:8px}.b-card .b-title{font-size:19px}.b-card .b-desc{font-size:14px}}
/*# sourceMappingURL=/cdn/shop/t/8/assets/section-benefits.css.map */
