this will turn off AOS on mobile (less than 768px). once: true means animates only once.
AOS
AOS.init({ once: true, disable: () => window.innerWidth < 768 });