.step_container{
    width: inherit;
    max-width: 600px;
    min-height: 100%;
    padding: 2rem;

    position: relative;
    display: none;

    & .eyebrown:not(.type-cherry):not(.type-dot){
        padding: unset;
    }
}

.step_container--shown{
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 1rem;
}