.ps-3859b7d8-wrapper {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    position: relative;
    width: 100%;
    gap: 20px;
}
.ps-3859b7d8-wrapper::before {
    content: '';
    position: absolute;
    top: 25px;
    left: 10%;
    right: 10%;
    height: 1px;
    background: #d1d5db;
    z-index: 1;
}
.ps-3859b7d8-step {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    flex: 1;
    position: relative;
    z-index: 2;
}
.ps-3859b7d8-number-wrap {
    background: #fff;
    padding: 0 15px;
    margin-bottom: 15px;
}
.ps-3859b7d8-number {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background: #2B8A99;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    font-weight: bold;
    border: 3px solid #fff;
    box-shadow: 0 0 0 2px #2B8A99;
}
.ps-3859b7d8-title {
    font-size: 16px;
    font-weight: 600;
    color: #1f2937;
    margin-bottom: 5px;
}
.ps-3859b7d8-desc {
    font-size: 14px;
    color: #6b7280;
    line-height: 1.4;
}
@media (max-width: 768px) {
    .ps-3859b7d8-wrapper {
        flex-direction: column;
    }
    .ps-3859b7d8-wrapper::before {
        display: none;
    }
    .ps-3859b7d8-step {
        margin-bottom: 20px;
    }
}