@keyframes paraphScroll{0%{top:100px}to{top:15px}}@keyframes medadScrollMobile{0%{bottom:-28px}to{bottom:29px}}@keyframes medadScroll{0%{bottom:-28px}to{bottom:100px}}.animate-paraph{animation-name:paraphScroll;animation-duration:1s;animation-fill-mode:forwards;animation-timeline:view();animation-range:entry 0 cover 50%}.animate-medad{animation-name:medadScrollMobile;animation-duration:1s;animation-fill-mode:forwards;animation-timeline:view();animation-range:entry 0 cover 50%}@media (min-width:768px){.animate-medad{animation-name:medadScroll}}