.steps_wrap::after {
    content: "";
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 236px;
    display: block;
    pointer-events: none;
    background: linear-gradient(360deg, #f9fafc, transparent);
    transition: opacity .2s 
ease;
    opacity: 1;
    z-index: 99;
}
	
.steps_wrap.is-end::after { opacity: 0; }

.position_tab {
    position: static !important;
}

@media (max-width: 1601px) {
    .position_tab p {
        font-size: 24px;
        line-height: 120%;
        letter-spacing: -2px;
    }
}