Scroll button to stay in bottom of row

Hi
Im building a site to a customer and I have run in to some issues.
I want to add a button at the bottom of every row that scrolls to next row.
The scrolling is fine and I have used some css that I and it works in the first row.
But I can’t get it to work on the other rows.

This is the site:https://didacta.hybyplat.se

Any suggestions how to solve this?

Rickard

This is the CSS
/ser till att scrollknappen hamnar centrerad och längst ner på sidan/
.scrollknapp {
position: absolute;
left: 0;
right: 0;
margin-left: auto;
margin-right: auto;
width: 100px; /* Need a specific value to work */
bottom: 0px;
}
.scrollknapp {
margin-bottom: 40px;
}