How to move category title and description in Magento 2?

Its about category, If you are Not using custom, these tutorials teach you  how to change Category title & description position with default Magento luma theme,

In the folder vendor/magento/module-catalog/view/frontend/layout/ is the file catalog_category_view.xml

Add this code before the closing of Body tag  assume the file is not been modified 

<move element=”category.description” destination=”content” after=”category.products.list”/>
<move element=”page.main.title” destination=”content” after=”category.products”/>

magento-2-how-to-change-category-title-position

Need Experts Help ?