.what{background-color:var(--color-white);border-radius:var(--boorder-radius-section);overflow:hidden;padding:6.875rem 0 0}.what__title{color:var(--color-ret)}.what__cards{display:-ms-grid;display:grid;margin-top:4.625rem;-ms-grid-columns:1fr 1rem 1fr 1rem 1fr;grid-template-columns:repeat(3,1fr);-ms-grid-rows:1fr 1rem auto;gap:1rem;grid-template-rows:auto}.what__cards>:first-child{-ms-grid-column:1;-ms-grid-row:1}.what__cards>:nth-child(2){-ms-grid-column:3;-ms-grid-row:1}.what__cards>:nth-child(3){-ms-grid-column:5;-ms-grid-row:1}.what__cards>:nth-child(4){-ms-grid-column:1;-ms-grid-row:3}.what__cards>:nth-child(5){-ms-grid-column:3;-ms-grid-row:3}.what__cards>:nth-child(6){-ms-grid-column:5;-ms-grid-row:3}.what__card{display:-webkit-box;display:-ms-flexbox;display:flex;padding:1.5rem;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:center;-ms-flex-align:center;align-items:center;background-color:var(--card-bg-color-ret);border-radius:var(--boorder-radius-content)}.what__card-img{height:6.375rem;width:6.375rem}.what__card-title{color:var(--color-ret);font-size:1.75rem;margin:1.5rem auto 1rem}.what__card-description{color:var(--color-ret-static);font-size:.875rem;max-width:20.625rem;opacity:.7;text-align:center}.what__card_adv{background-color:var(--card-bg-color-adv)}.what__card_adv .what__card-description,.what__card_adv h3{color:var(--color-adv-static)}@media screen and (max-width:767px){.what{padding-top:5rem}.what__cards{display:-webkit-box;display:-ms-flexbox;display:flex;margin-top:2rem;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.what__card{padding:1rem 1rem 1.5rem}.what__card-img{height:3.5rem;width:3.5rem}.what__card-title{margin:.75rem 0 1rem}}