How can I justify text to the left in mobile view?

Hi on my product page the ‘Shipping & Returns’ tab content is justified to the left. But when I view on mobile view it is centered. Can anyone help me change it so it matches web view justified to the left?
page: https://lesbrons.com/collections/all-products-sorted/products/white-jacket
password: sandwich

@lesbrons

do you have like this?

hello @lesbrons

please Go to Online Store->Theme->Edit code then go to assets/theme.css ->paste below code at the bottom of the file.

see screenshot https://nimb.ws/wVtf81

@media screen and (max-width: 728px){
.product__section  .rte-tab section div {
    padding: 0px; 
    
}
}

hi, yes this is how i want it to look on mobile

hi, this kind of worked, but i just had to add in text-align: left
Thanks for the help!

@lesbrons

thanks for update all fix issue?