Align parallax section

Hello everyone.

How i can align text in parallax section?
I would like center or justify the text in section “Quem Somos”

Hello there,

I hope you are doing well today.

Please try using this CSS to change the text position:


/*Change text position*/
.mb32 p {
    text-align: justify;
}

Best Regards,
Support