.step{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 16px;

    .step-actions{
        display: flex;
        flex-direction: column;
        gap: 8px;
    }
}