.btn-step-container {
    display: flex;
    justify-content: flex-end;
}

.btn-step-1-container {
    margin-left: auto;
    background-repeat: no-repeat;
    max-width: 100%;
    cursor: pointer;
    width: 405px;
    height: 74px;
    background-image: url("/images/button_step_1.svg");
}

.btn-step-1-container:hover {
    background-image: url("/images/button_step_1_hover.svg");
}

.btn-step-1-container-en {
    background-image: url("/images/button_step_1_en.svg");
}

.btn-step-1-container-en:hover {
    background-image: url("/images/button_step_1_hover_en.svg");
}

.btn-step-2-container {
    margin: 40px 0 80px;
    margin-left: auto;
    background-repeat: no-repeat;
    max-width: 100%;
    cursor: pointer;
    width: 535px;
    height: 74px;
    background-image: url("/images/button_step_2.svg");
}

.btn-step-2-container:hover {
    background-image: url("/images/button_step_2_hover.svg");
}

.btn-step-2-container-en {
    background-image: url("/images/button_step_2_en.svg");
}

.btn-step-2-container-en:hover {
    background-image: url("/images/button_step_2_hover_en.svg");
}

.btn-step-3-container {
    margin: 40px 0 80px;
    margin-left: auto;
    background-repeat: no-repeat;
    max-width: 100%;
    cursor: pointer;
    width: 495px;
    height: 74px;
    background-image: url("/images/button_step_3.svg");
}

.btn-step-3-container:hover {
    background-image: url("/images/button_step_3_hover.svg");
}

.btn-step-3-container-en {
    background-image: url("/images/button_step_3_en.svg");
}

.btn-step-3-container-en:hover {
    background-image: url("/images/button_step_3_hover_en.svg");
}

.step-btn {
    min-width: 440px;
    height: 80px;
    background-image: url("/images/button_enigma.svg");
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    cursor: pointer;
    padding: 20px 54px 0 30px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.step-btn:hover {
    background-image: url("/images/button_enigma_hover.svg");
    color: #ece810;
}

.step-btn span {
    display: flex;
    font-size: 26px;
    color: #ece810;
    font-family: RobotoCondensed;
    justify-content: center;
    align-items: center;
    margin-left: auto;
    margin-right: auto;
}

.step-btn > div {
    width: 100%;
    height: 100%;
    display: flex;
}

@media (max-width: 767px) {
    .btn-step-1-container,
    .btn-step-2-container,
    .btn-step-3-container {
        margin-right: 20px;
        max-width: 90%;
    }
}

@media (max-width: 575.98px) { 
    .btn-step-container {
        justify-content: center;
        width: 100%;
    }

    .step-btn {
        min-width: 0;
        padding-top: 3vw;
        width: 90vw;
        height: 15vw;
        max-width: 440px;
        max-height: 80px;
    }

    .btn-step-2-container .step-btn {
        padding: 20px 10px 10px;
        background-size: contain;
    }

    .step-btn span {
        font-size: 22px;
    }
}
