@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;
    }
}

.step3-action-buttons {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 0 4.921875px;
}

.step3-action-buttons__item {
    display: inline-flex;
}

.step3-action-buttons .btn-back-step2,
.step3-action-buttons .btn-application {
    margin-left: 0;
    margin-right: 0;
}
