The titles are too small in mobile. I’m seeing it because the titles have the class entry-title:
<h1 class="entry-title"></h1>
On the other hand, it’s weird that if we remove the following, the text became… Bigger!
.entry-title{
font-size:314%;
}
So, if you enter with a mobile to: https://www.edinventa.com/en/team/, the result is strange: page title is small and section title is big:

I’m playing with https://www.edinventa.com/pro/#/options/x-typography, but I don’t see anything related to titles or entry-title.
They way to “fix” it is with CSS only?
Thanks
Carlos
