html .steps-wrapper {
    height: auto;
    min-height: 100vh;
    /* max-height: 100vh; */
    background-color: unset;
}

.steps-wrapper .step-button {
    opacity: 1;
    display: flex;
    justify-content: center;
    align-items: flex-end;
}

.steps-wrapper .step img.max5 {
    max-width: 167px;
}