How can I center my descriptive text in Shopify?

I want to centre my descriptive text in the middle. But I don’t know for some reason it is showing on the left? Please let me know what can I do to improve the design.

Note: By default in the Shopify theme there were images on the left side and right side we have text. But after I installed the app for the image slider. Things become as mentioned in the image attached.

@MihirKanjaira , do this to fix it in 20 seconds:

  1. In your Shopify Admin go to: online store > themes > actions > edit code
  2. Find Asset > timber.scss.liquid and paste this at the bottom of the file:
.product-single__description,
.product-single__description *{
    text-align: center !important;
}

Kind regards,
Diego

I have tried applying your solution but it didn’t work out.

URL For reference: https://www.yourhappystop.com/products/anti-gravity-phone-case

Thank you for your efforts.

Mihir.

Hey, @MihirKanjaira

I’m not sure I understand what you are trying to achieve. The code I shared makes the text align to the middle, isn’t that what you wanted?