.cards{background-color:var(--ex-dark-green);background-image:url(https://electronx.pro/hubfs/Electronx/pages/Home/cards-bg.webp);background-position:50%;background-repeat:no-repeat;background-size:cover}.cards__title{color:var(--ex-white);max-width:896px}.cards__cards{display:-ms-grid;display:grid;-ms-grid-columns:1fr var(--sp-h8m) 1fr var(--sp-h8m) 1fr;gap:var(--sp-h8m);grid-template-columns:repeat(3,1fr)}.cards__card{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;background:var(--ex-white);border-radius:16px;-ms-flex-direction:column;flex-direction:column;gap:var(--sp-h7m);padding:var(--sp-h8) var(--sp-h8m)}.cards__card-icon{-ms-flex-negative:0;flex-shrink:0;height:64px;width:64px}.cards__card-body{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;gap:var(--sp-h11)}.cards__card-desc,.cards__card-title{color:var(--ex-dark-green);margin:0}@media (max-width:1439px){.cards__cards{-ms-grid-columns:(1fr)[2];grid-template-columns:repeat(2,1fr)}.cards__card:nth-child(9){grid-column:1/-1}.cards__card-icon{height:64px;width:64px}}@media (max-width:767px){.cards__cards{-ms-grid-columns:1fr;grid-template-columns:1fr}.cards__card:nth-child(9){grid-column:auto}.cards__card-icon{height:48px;width:48px}}