.pb-progress{

    display:flex;

    align-items:center;

    justify-content:center;

    margin-bottom:35px;

}

.pb-progress-item{

    display:flex;

    align-items:center;

}

.pb-progress-number{

    width:40px;

    height:40px;

    border-radius:50%;

    background:#ddd;

    color:#fff;

    display:flex;

    justify-content:center;

    align-items:center;

    font-weight:700;

}

.pb-progress-item.active .pb-progress-number{

    background:#3d66b3;

}

.pb-progress-text{

    margin-left:10px;

    font-weight:600;

}

.pb-progress-line{

    flex:1;

    height:2px;

    background:#ddd;

    margin:0 20px;

}