.Steeper_container__S2TC2 {
    display: flex;
    justify-content: space-between;
    width: 100%;
    gap: 2vw;
    margin-bottom: 10px
}

.Steeper_stepperItems__5jH5K {
    width: 100%;
    row-gap: 8px;
    display: flex;
    flex-direction: column;
    justify-content: space-between
}

.Steeper_progressbar__zR6Cr {
    height: 8px;
    align-self: stretch;
    border-radius: 200px;
    background: var(--textColor5);
    transition: background 5s ease-in-out
}

.Steeper_activePass__VM3RF {
    background: #fae696;
    transition: background .6s ease-in-out
}

.Steeper_active__p5Bz2 {
    width: 95%;
    background: linear-gradient(270deg, #f2c300, #fae696);
    transition: width 2s ease-in-out
}