Make product description central in mobile view

I want to make the product description aligned to the centre

P word test

Blockshop theme

https://laz-the-plant-scientist.myshopify.com/

@peter550

yes please try this code

  1. Go to Online Store->Theme->Edit code
  2. Asset->/theme–async.css ->paste below code at the bottom of the file.
@media only screen and (max-width: 767px) {
.product-page--description {text-align: center;}
}