How can I increase the text width of my website's policies?

Hi guys, i would like some help to increase the width text from the policies on my website view from the Pc. It looks like the width of the text on the PC is from the phone templates.

I want to change the width of the refund policies, privacy policie and the terms of service. I want to make it larger.

Take a look: https://trend4two.com/

@PedroSoares1234 - please add this css to the very end of your base.css file and check

.shopify-policy__container{max-width: 90%;}

Hi, @PedroSoares1234 .

Go to Online Store
2) Edit Code
3) Find theme.liquid file

  1. Add the following code in the bottom of the file above tag.
.shopify-policy__container {
    max-width: 135ch;
}

Result:

Thank u so much, problem solved!