@media (min-width: 786px) {
    .step > li:first-child > span.en {
        position: absolute;
        max-width: 20%;
        top: 1.5rem;
        left: 3%;
    }
    .step > li:nth-of-type(2) > span.en {
        position: absolute;
        max-width: 20%;
        top: 1.5rem;
        left: 27%;
    }
}
@media (min-width: 992px) {
    .step > li:first-child > span.en {
        position: unset;
    }
    .step > li:nth-of-type(2) > span.en {
        position: unset;
    }
}
