Delete title on description (product page)

Hey, I did a mistake on my shopify website.
For a reason that I don’t know, a title named “Authenticité” appear on all my products above my original description.
You know how can I delete it ?
Thanks in advance

https://structure-store-paris.myshopify.com/
Password : cewleu

Hii, @andrew133
Paste this code on top of the style.scss file.

.description h5 {
    display: none !important;
}

Thank You.

1 Like