.kl-value-cards{padding:0}.kl-value-cards__grid{align-items:stretch;display:grid;gap:18px;grid-template-columns:repeat(2,minmax(0,1fr))}.kl-value-cards__card{align-items:center;background:#fff;border:1px solid rgba(2,29,73,.08);border-radius:12px;box-shadow:0 10px 22px rgba(0,0,0,.1);display:flex;gap:16px;min-height:92px;padding:18px 20px}.kl-value-cards__icon{align-items:center;display:flex;flex:0 0 auto;height:54px;justify-content:center;width:54px}.kl-value-cards__icon img{display:block;height:54px;object-fit:contain;width:54px}.kl-value-cards__content{flex:1 1 auto;min-width:0}.kl-value-cards__title,.kl-value-cards__title *{color:#02b33f;font-family:Inter,Archivo,sans-serif;font-size:16px;font-weight:800;line-height:1.2;margin:0}.kl-value-cards__desc,.kl-value-cards__desc *{color:#6b7280;font-size:14px;line-height:1.5;margin:6px 0 0}.kl-value-cards__desc p,.kl-value-cards__title p{margin:0}.kl-value-cards__card:last-child:nth-child(odd){grid-column:1/-1;justify-self:center;width:min(520px,100%)}@media (max-width:768px){.kl-value-cards__grid{gap:14px;grid-template-columns:1fr}.kl-value-cards__card{min-height:auto;padding:16px}.kl-value-cards__card:last-child:nth-child(odd){grid-column:auto;justify-self:stretch;width:100%}.kl-value-cards__icon,.kl-value-cards__icon img{height:48px;width:48px}}