.how-works-list{display:flex;flex-direction:column;gap:24px;counter-reset:counterName}.how-works-list.without-numbers .how-works-list-item:before{content:none}.how-works-list.two-in-row:has(h6,.h6) .how-works-list-item:before{content:none}.how-works-list.two-in-row:has(h6,.h6) .h6,.how-works-list.two-in-row:has(h6,.h6) h6{display:flex;align-items:center;gap:24px;margin-bottom:24px}.how-works-list.two-in-row:has(h6,.h6) .h6:before,.how-works-list.two-in-row:has(h6,.h6) h6:before{counter-increment:counterName;content:counters(counterName,"-",decimal) "";display:flex;align-items:center;justify-content:center;min-width:40px;width:fit-content;height:40px;background-color:#eb0029;color:#fff;font-weight:700}.how-works-list-item{padding:24px;background-color:#f4f4f5;color:rgba(12,12,12,.8)}.grey-section .how-works-list-item{background-color:#fff}.how-works-list-item:before{counter-increment:counterName;content:counters(counterName,"-",decimal) "";display:flex;align-items:center;justify-content:center;min-width:40px;width:fit-content;height:40px;background-color:#eb0029;color:#fff;font-weight:700;margin-bottom:24px}.how-works-list-item .h6,.how-works-list-item h6{color:#0c0c0c;margin-bottom:12px}@media (min-width:768px){.how-works-list{flex-direction:row;flex-wrap:wrap}.how-works-list.two-in-row .how-works-list-item{min-width:calc(50% - 12px)}.how-works-list-item{width:calc(50% - 12px)}}@media (min-width:1024px){.how-works-list-item{width:calc(33.333% - 16px);flex:1 1 0}}@media (min-width:1200px){.how-works-list.two-in-row:has(h6,.h6) .how-works-list-item{min-height:180px}.how-works-list-item{min-height:216px;padding:32px}}