.cards-section{padding:48px}.cards-grid{display:grid;gap:16px;grid-template-columns:1fr 1fr 1fr;grid-template-rows:auto auto;margin:0 auto;max-width:1200px}.cards-grid .card:first-child{grid-column:1;grid-row:1}.cards-grid .card:nth-child(2){grid-column:2;grid-row:1}.cards-grid .card:nth-child(3){grid-column:3;grid-row:1/3}.cards-grid .card:nth-child(4){grid-column:1/3;grid-row:2}.card{background-color:#1c1f2e;border-radius:12px;display:flex;flex-direction:column;gap:16px;padding:28px}.card--tall{background-color:#e8ecf7;justify-content:space-between}.card__icon img{height:40px;object-fit:contain;width:40px}.card__text{color:#c8cfe0;font-family:sans-serif;font-size:15px;line-height:1.6}.card--tall .card__text{color:#1c1f2e}.card__image{align-items:flex-end;display:flex;flex:1;justify-content:center}.card__image img{height:auto;max-width:100%;object-fit:contain}