Hello,
I can provide custom CSS and hide this title, as the result you will have this https://prnt.sc/1dojn33
However, I know for sure, the H1 title is important for SEO and it should not be removed. There is no option to set H1 the same for all the projects and there is no sense for SEO purposes again.
If you still want to remove it, add this code:
body.post-type-archive-portfolio .page-title .title {
display:none;
}
Will you consider reducing the font size not to take so much space and height? Like this: https://gyazo.com/f0b24ba37e14643419469079b15fdfc6 or less.
Here is the code for reducing the size, if you decide:
body.post-type-archive-portfolio .page-title .title {
font-size:20px;
}
You can make it bigger or smaller.
Best Regards