Post navigation element: reverse order

The post navigation assumes previous is an older post and next is a newer post.

However I use it within a loop (e.g. services, or products). So “previous” actually results in the next item (and vice versa). I.e. the label still states “Previous” and remains on the left, but it links to the “next” item instead.

E.g. I have cards that display the services. Service A is the first item on the list of cards. So when viewing the service page, I’d expect to click on “next” to go to service B, even though technically it is the other way around…

Any possible option to reverse the behaviour?