.bg-ml-1 {
    background-color: #20468a;
}

.btn.bg-ml-1 {
    color: #fff;
}

.btn.bg-ml-1:hover{
    background-color: #11284b;
}

.stepper .step a{
    text-decoration: none;
    color: #000;
}

.stepper .step a:hover{
    text-decoration: underline;
    color: #11284b;
}

.stepper .step + span{
    flex-grow: 1;
    border-bottom: 1px solid black;
    margin-bottom: 0.65rem;
}