How to duplicate the section "Product Infos"

I want to know how to duplicate this section, on Product Page:

In Dawn Theme in English, the section name is “Product Information”.

In future i want to use this duplicated section to place the Product Description below the image.

You can create a new section within your theme files, and copy/paste from old file. Then just make sure to change names where needed.

Could also use a ‘liquid’ section. If you’re putting the product description down below the product info & images, you can call that product description using:

{{ product.description }}

then just adjust the padding as needed for that section.

I know that i can create a new section, but i don´t know what code, i have to copy and past in the new section.

And, if the ‘liquid’ section, i don´t know how to adjust nad cotinue responsive in the mobile.

-----x-----

I wanna to customize the product page of my theme like the ‘Warehouse Theme’.

If you know how, please help me.