Looking at the testimonial page, I see you've added multiple "width" properties on elements. Avoiding the "width" property unless you're using responsive units is best. Typically, I find it easier to set the "max-width: 100%" if you need such a setting at all.
How to find the issue:
- Toggle off all the eyeball container
- Enable 1 at a time until you see the horizontal scrollbar
- There may be multiple offenders, so toggle off first offender and continue checking until you find them all
- Fix 1 section at a time
- Remove the defined px widths (remove from base token or set to auto on breakpoint)
When you have gap + width + padding, you can end up with non-desired widths. So it's easiest to avoid exact widths and set containers to gap.