.step-item{background-color:#fff;border-radius:0;display:flex;flex:1 1 calc(50% - 1rem);flex-direction:column;max-width:200px;min-height:140px;min-width:160px;padding:40px 16px 13px;position:relative;transition:all .3s ease}@media (min-width:768px){.step-item{flex:1 1 0;max-width:220px}}.step-item.active{background-color:var(--doradoc);color:#fff}.step-check{height:24px;position:absolute;right:12px;top:12px;width:24px}.step-check img{height:100%;object-fit:contain;width:100%}.step-content{margin-top:auto}.step-number{color:#888;font-weight:700;line-height:1;margin-bottom:8px}.step-item.active .step-number{color:#fff}.step-text{color:#888;font-weight:400;line-height:1.3}.step-item.active .step-text{color:#fff}