if you mean you want the title to be bigger on the single post page, the rule needs to be
.single-post .entry-title {font-size:150%;}
There is no class called page-template-paget-posts-php
To find the page specific classes, inspect your page with your browser developer tools, and look at the body tag. there you will see the classes that are present on a single post page
class=”single single-post postid-579 single-format-standard singular not-logged-in weaverx-theme-body weaverx-page-single weaverx-sb-one-column has-posts is-desktop is-windows”