Increase text size (not heading) in Image with Text Overlay section Debut Theme

Hello. In my home page, Image with Text Overlay section, I’d like to increase the size of the ‘text’ but not change the ‘heading’ size. In Customize Theme, I can choose the medium and large options from drop down but can’t seem to adjust one without affecting the other. Is there a way in section liquid or css wherein I can modify the text size of the ‘text’. I have attached a screenshot of the site. The words ;TheBurpBoss’ are satisfactory but I need to increase the size of ‘The Burp Cloth That Won’t Fall Off’.

Website: www.theburpboss.com

Password: leistu

Kind thanks!

@TheBurpBoss use this css in Assets > theme.css bottom of file

@media only screen and (min-width: 750px) {

.hero__inner .mega-subtitle {
font-size: 2.3em;
}

}

And is it the 2.3 that I can modify to see different sizes? Thanks!

yes its the new size you can change it whatever you want

Success! Thanks!!

You welcome!