Make rich text centred on mobile

Hello,

I would like to make my rich text centred on mobile and keep left on desktop. How do I do this?

URL: www.samiyaskincare.com.au

Password: ellacoker

You can add below css to your theme css file to set rich text centred on mobile

@media (max-width: 640px) {
    .rich-text__blocks.left {
        text-align: center;
    }
}

Thank you very much, this worked. Would you know why there is uneven padding either side for mobile and how to fix this? There is also a weird white padding to the left of my home image.