Hello Claus,
We apologize for not being able to respond earlier.
You can change heading title from h2 to h1 using a child theme.
You can create find step by step documentation to create the child theme.
Once your child theme is ready,
1. Copy content-page.php file from THEME_FOLDER >> template-parts
2. Past it in the child theme folder.
3. Change <h2 class="entry-title">', '</h2>
to <h1 class="entry-title">', '</h1>
in child theme file.
Hope this will solve your issue.
Thank you