How could I make the text in this UI the same size & length on all positions?

Hiya,

I am trying to make the text on my UI seen below the same on all devices.

PC (Studio View)

image

iPhone X (Studio View)

image
As you can see, it’s slightly moved in towards the middle and doesn’t look the same as it does on PC.

I have tried both UITextSizeConstraint, and AspectRatioConstraint, but both have failed. How can I fix this?