Hello
you can do this adding an ID to the RepeatingGroup and a custom css rule
for example RG id set to my-rg
you then add this code to the page custom html header
<style>
#my-rg {
display: flex !important;
flex-direction: row-reverse !important;
}
</style>