.afx-steps{align-items:flex-start;display:flex;flex-direction:row;gap:0}.afx-steps__step{align-items:center;display:flex;flex:1 1 0%;flex-direction:column;gap:10px;min-width:0;position:relative;text-align:center}.afx-steps__circle-row{align-items:center;display:flex;flex-direction:row;width:100%}.afx-steps__line{background:var(--afx-green-300);flex:1 1 0%;height:2px;min-width:0}.afx-steps__badge{align-items:center;background:var(--afx-green-500);border:2px solid var(--afx-green-500);border-radius:50%;color:#fff;display:inline-flex;flex:0 0 auto;height:38px;justify-content:center;width:38px;z-index:1}.afx-steps__badge svg{height:16px;width:16px}.afx-steps__text{max-width:200px}.afx-steps__title{color:var(--afx-ink);font-family:var(--font-display);font-size:15px;font-weight:600}.afx-steps__desc{color:var(--afx-gray-500);font-family:var(--font-body);font-size:13px;line-height:1.5;margin-top:4px}@media (max-width:700px){.afx-steps{flex-direction:column;gap:24px}.afx-steps__step{align-items:flex-start;flex-direction:row;gap:16px;text-align:left}.afx-steps__circle-row{width:auto}.afx-steps__line{display:none}.afx-steps__text{max-width:none}}