.step-group {
    display: flex;
    width: 100%;
    margin-bottom: 3px;
}

.step-item {
    width: 32%;
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-left: 0.3%;
}

.step-item:first-child {
    margin-left: 1.3%;
}

.step-item:last-child {
    margin-right: 1.3%;
}

.step-item-text {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 600;
    font-size: 15px;
    line-height: 20px;
    margin-bottom: 6px;
}

.step-item-text-pass {
    color: #11263B;
}

.step-item-text-not-pass {
    color: rgba(17, 38, 59, 0.5);
}

.step-item-indicator {
    height: 4px;
    width: 100%;
    border-radius: 2px;
}

.step-item-indicator-pass {
    background-color: #5caa7f;
}

.step-item-indicator-not-pass {
    background-color: white;
}
