.workflow-section li{position:relative;overflow:hidden;counter-increment:none}
.workflow-section li:before{display:none;content:none}
.workflow-icon{width:38px;height:38px;display:grid;place-items:center;border-radius:11px;background:linear-gradient(145deg,#f3eaf4,#fff0e9);color:var(--purple);box-shadow:inset 0 0 0 1px rgba(75,52,83,.08)}
.workflow-icon svg{width:20px;height:20px;fill:none;stroke:currentColor;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}
.workflow-section li:nth-child(even) .workflow-icon{background:linear-gradient(145deg,#fff0e9,#fff8f3);color:var(--orange)}
.workflow-section li b{margin-top:14px}
@media(max-width:620px){.workflow-icon{width:36px;height:36px}.workflow-icon svg{width:19px;height:19px}}
