Make Description Full Width in Artisan Template

Hello, I’ve located the code in my product-template.liquid file, but I’m not sure how to edit it to move just the description below the image and add to cart items. I would like the description to be full width, but the rest of the stuff to remain as it is. Here is a product page: https://www.thumbprintsoap.com/collections/sugar-scrubs/products/fruit-loops-sugar-scrub

Here is the code I think I need to edit.

Just below this code is where the reviews begin. Can anyone tell me what to change, please?

Hi @thumbprint

Follow this

  1. find for product description code and cut (find for div "product__description ")

  2. now find for “product__section” and add above description code at end of this section just before of “product__section” section.

Best regard