.step {
    transition: all 0.3s 0.05s cubic-bezier(0, 0, 0.18, 1);
    transform: translateX(-100%);
    will-change: transform;
    /*position: absolute;*/
    background-color: #ffffff;
    width: 100%;
    display: none;
}