Sorry, Please try the below code.
#cms .page-heading {
display: none;
}
We can see that you header title class is page-heading instead of page-header. #cms i.e. ID of of element is added on the body. Its has been added purposely so that heading will be hidden only from the CMS page. otherwise heading will be removed from the the pages as well.
https://nimb.ws/Os2n4U