How can I center a rich text column for both desktop and mobile view?

I added a rich text column, but it is aligned to the right of the page for desktop view instead of centered with everything else on the page.

The mobile view, you are unable to see the text at all.

How do I get both centered to see the text in the center?

@dawgminded

Please share your store URL.

URL: dawgminded.com

password: audio

Thanks

Hello dawgminded,
Add this css at the bottom of
Online Store->Theme->Edit code->Assets->theme.css

#shopify-section-16285532699262085c .grid__item.medium-up--two-thirds.medium-up--push-one-sixth {
    margin-left: 0px !important;
}