How can I delete a specific page title from my website?

I want to remove the page title : Customers in the center cos that’s a page title. Need help! this is te link https://www.theconfidental.com/pages/customers

@JeanACNOC , do this to fix it in 20 seconds:

  1. In your Shopify Admin go to: online store > themes > actions > edit code
  2. Find Asset > theme.css and paste this at the bottom of the file:
body#customers .page__title{
    display: none !important;
}

Please let me know whether it works.

Kind regards,
Diego