.steps {
    display: flex;
    justify-content: center;
    align-items: center;
    align-content: center;
    flex-wrap: nowrap;
    flex-direction: row;
    column-gap: 10px;
    margin-bottom: 30px;
}

span.dot {
    background-color: lightgray;
    width: 40px;
    height: 10px;
    border-radius: 50px;
}

span.active {
    background-color: orangered !important;
    width: 40px;
    height: 10px;
    border-radius: 50px;
}

span.step {
    color: lightgray !important;
}