How can you use a page for a custom post type?

you need to find out your exact CPT name (is it just services?) and that will be the archive-services.php and single-services.php.

Those need to be either in your theme folder or if you’re using a child theme (you should be) these files will be in your child theme folder.

show us the code to create your CPT from theme code to create the CPT and that will give us more info.