Please add the following code in SETTINGS -> Custom CSS section inside the builder to make the page RTL.
*{
direction: rtl;
}
For modules which are still not right-aligned, you can select the module and set the align attribute to right manually.
In this article we have explained how to implement RTL in your landing page.