.new-progress-bar {
    float: left;
    width: 100%;
    display: flex;
    text-align: left;
    justify-content: space-evenly;
}

.new-progress-bar .sppb-progress {
    width: 100%;
}
.new-progress-bar .sppb-progress-label {
    width: 30%;
    line-height: unset;
    margin-left: 10px;
    margin-right: 10px;
}
