.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:19px;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}@media (max-width:768px){.cards-section{padding:20px 16px}.cards-grid{gap:12px;grid-template-columns:1fr 1fr;grid-template-rows:auto}.cards-grid .card:first-child,.cards-grid .card:nth-child(2),.cards-grid .card:nth-child(3),.cards-grid .card:nth-child(4){grid-column:auto;grid-row:auto}.cards-grid .card:nth-child(3){grid-column:1/-1}.card{border-radius:10px;gap:12px;padding:20px}.card__icon img{height:36px;width:36px}.card__text{font-size:15px;line-height:1.5}.card__image img{border-radius:6px;height:auto;width:100%}}@media (max-width:480px){.cards-grid{grid-template-columns:1fr}.cards-grid .card:nth-child(3){grid-column:auto}.card{padding:18px}.card__text{font-size:14px;line-height:1.45}.card--tall img{height:120px!important}}