.step-process{align-items:center;display:flex;flex-flow:row nowrap;justify-content:space-between;margin:0 auto;max-width:700px}.step-process .step{align-items:center;display:flex;flex-flow:column nowrap;padding:10px}.step-process .step>.step-number{align-items:center;border:2px solid var(--color-primary);border-radius:50%;color:var(--color-primary);display:flex;flex-flow:row nowrap;height:50px;justify-content:center;width:50px}.step-process .step>.step-title{color:var(--color-primary);margin-top:15px;text-align:center}.step-process .arrow{height:40px;width:40px}.step-process .arrow svg{fill:var(--color-primary)}