How can I increase margin in mobile view for better alignment?

The second paragraph here doesn’t have much of a margin in mobile view (though looks fine in desktop). Any ideas how I can get it aligned with the paragraph above?

@houssamalissa

Sorry you are facing this issue, it would be my pleasure to help you.

Welcome to the Shopify community! :blush:
Thanks for your good question.

Please share your site URL,
I will check out the issue and provide you a solution here.

It’s in my signature

@houssamalissa

sorry for that missing

yes please try this code

  1. Go to Online Store->Theme->Edit code
  2. Asset->/theme.css ->paste below code at the bottom of the file.
#shopify-section-163214413166ab446d {
    max-width: 1300px;
    margin: 0px auto;
    padding: 0px 20px;
}