Headers in center and rich text in text-align: justify

Hi guys!

As photo showed, I wish to have the headings in center as it is, but the rich text (paragraph) in justifiy align, so the text goes from all right to left side.

I wish CSS code because its only in some sections I need it.

Hi @Geltier

Please share with me store url.

https://geltier.com/products/strider-forest-silverwww.geltier.com is the URL

Hi, here is the CSS code you can use .

.shopify-section--image-with-text p:not([class]):not(h1):not(h2) {
   text-align:justify !important;
}

Thanks