Add “Description” title before the description on product page

Add “Description” title before the description on product page

Add a custom liquid section in product page after add to cart button. 
Insert the following liquid in the custom liquid.

Idea
{% if product.description != '' %}
<br>
<h3 style="color: #EC1C24; font-weight: 600;">DESCRIPTION & SPECIFICATIONS</h3>
{% endif %}