@media screen and (max-width: 420px) {
    /* * {
		overflow-y: scroll !important;
	} */
    .scrollable-element {
        overflow-y: scroll;
        height: 100%;
        /* height: 46rem; */
    }

    /* .animatsion_fixed > .jet_main_animatsion__content {
		top: 100px !important;
	} */

    body {
        overflow-y: scroll !important;
    }
}
