.step-progress-element-1 {
    position: absolute;
    width: 33%;
    left: 0;
    height: 20px;
}

.step-progress-element-2 {
    position: absolute;
    width: 33%;
    left: 33%;
    height: 20px;
}

.step-progress-element-3 {
    position: absolute;
    width: 33%;
    left: 66%;
    height: 20px;
}

.step-progress-element-4 {
    position: absolute;
    width: 33%;
    left: 99%;
    height: 20px;
}

.step-progress {
    position: absolute;
    left:0;
    height: 100%;
    width: 10%;
    border-radius: 50%;
    background-color: #1574c2;
    z-index: 1;
}

.step-progress-bar-container {
    position: absolute;
    width: 90%;
    left: 10%;
    height: 100%;
    display: flex;
    align-items: center;
}

.step-progress-bar {
    height: 5px;
    width: 100%;
    background-color: grey;
}