my timeline section is bugged

i can’t go to the 5th block of my timeline section
URL: https://www.vibespearledcandle.com/

Hey @Emiway1 ,

I just visit your website and found that it’s working well.

Would you like to confirm either you fix it?

There is a lot of code which expect it’s width to be maximum 1500px.

However, there is a rule in your theme.css

.page-width {
  padding: 10px 25px!important;
}

which overrides this.

If you remove it, the timeline works well.

And yes, on the narrower screens it works fine, problems start over 1280px wide, i guess.