How to reverse row direction in stack?

Hey team, trying to use the CMS to display projects on homepage of my website, however I’ve run into a snag. Would be cool if there was a way to somehow set overrides on individual or :nth-of-type kinda basis to reverse row direction

On the desktop version, I’d need to have every second project have the row directions reversed, but this doesn’t seem to be possible right now

Plasmic’s native styling doesn’t support nth-of-type currently, but you could use the custom CSS embed (from the component store) to define a class (with nth-of-type) that you then apply to the element