.op-process-container-e6ed4d15 {
    display: flex;
    flex-direction: column;
    gap: 15px;
}
.op-step {
    display: flex;
    gap: 20px;
}
.op-step-indicator {
    display: flex;
    flex-direction: column;
    align-items: center;
}
.op-step-icon {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background-color: #000;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}
.op-step-icon i {
    color: #fff;
    font-size: 16px;
}
.op-step-icon svg {
    fill: #fff;
    width: 16px;
    height: 16px;
}
.op-step-line {
    width: 2px;
    flex-grow: 1;
    background-color: #000;
    margin-top: 5px;
    min-height: 30px;
}
.op-step-content {
    padding-bottom: 20px;
}
.op-step-title {
    margin: 0 0 10px;
    font-size: 20px;
    font-weight: 600;
}
.op-step-desc {
    margin: 0;
    color: #666;
    line-height: 1.5;
}