.benefits-grid{align-items:stretch;display:flex;flex-wrap:wrap;gap:32px;justify-content:center}.benefit-card{background:linear-gradient(0deg,transparent,#030022);border:2px solid rgba(158,154,184,.16);border-radius:12px;box-sizing:border-box;color:#fff;display:flex;flex:1 1 30%;flex-direction:column;justify-content:flex-start;max-width:31%;padding:32px 16px 40px}@media (max-width:992px){.benefit-card{flex:1 1 45%;max-width:46%}}@media (max-width:640px){.benefit-card{flex:1 1 100%;max-width:100%}}.benefit-image{border-radius:8px;height:180px;margin-bottom:20px;object-fit:cover;width:100%}.benefit-title{align-items:flex-end;font-size:22px;font-weight:700;line-height:1.3;margin-bottom:14px;min-height:56px}.benefit-text,.benefit-title{display:flex;justify-content:center;text-align:center}.benefit-text{align-items:flex-start;flex-grow:1;font-size:16px;line-height:1.75}