.step-flow-container-e239c185 {
    display: flex;
    flex-direction: column;
    gap: 0;
}
.step-flow-item {
    display: flex;
    gap: 20px;
}
.step-flow-indicator {
    display: flex;
    flex-direction: column;
    align-items: center;
    min-width: 40px;
}
.step-flow-icon-wrapper {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background-color: #000;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    color: #fff;
}
.step-flow-icon-wrapper svg {
    width: 20px;
    height: 20px;
    fill: #fff;
}
.step-flow-line {
    width: 2px;
    height: 100%;
    background-color: #000;
    min-height: 40px;
    margin: 10px 0;
}
.step-flow-content {
    padding-bottom: 40px;
}
.step-flow-item:last-child .step-flow-content {
    padding-bottom: 0;
}
.step-flow-title {
    margin: 0 0 10px;
    font-size: 1.2rem;
}
.step-flow-desc {
    margin: 0;
    color: #666;
}