Hello Anke,
The page title is set to h1 tag by dafault.
What you can simply do is change the font-size of the page-title i.e add the following css inside the additional css of your customizer;
.page-title {
font-size: 20px;
}
Note: You can change the font-size of your own.
thanks!