How do i stop the automatic scrolling when in mobile view

how can i stop the automatic scrolling when in mobile view on the services sections of my website

its the facebook and instagram bit and then the shipping, refunds and quality section i cant figure it out

website is https://a0bb3e-2.myshopify.com/

To stop the automatic scrolling on the services sections of your Shopify website in mobile view, you can follow these steps:

  1. Go to your Shopify admin and navigate to Online Store > Themes.
  2. Find your current theme and click on “Actions” > “Edit code”.
  3. In the theme editor, locate the relevant section or file containing the services sections you want to modify. This may vary depending on your theme’s structure.
  4. Look for the code that controls the scrolling behavior or animations of the services sections.
  5. Remove or comment out any code related to automatic scrolling or animations for those sections. This could include JavaScript or CSS animations that trigger the scrolling.
  6. Save the changes.

By removing or disabling the code responsible for the automatic scrolling or animations, you should be able to stop the sections from scrolling automatically in mobile view.