Hello @veravi ,
You can adjust the height of the page’ title with the help of below mentioned css code -:
Place this code in your .css file and save
.collection-hero__title {
font-size: 40px !important;
}
[Please feel free to change the px of the font.]
Output → https://prnt.sc/CCts4twBtQKc
I hope this helps.
Thank you.