How can I increase the font size of my mobile heading?

https://buychichi.com/

I want the “fuel up with chickpea oatmeal” to have a bigger font size on mobile - right now on mobile it shrinks down to be the same size as the text below it

Hi [email removed]Chiaramunzi,

You can try this code by following these steps:

Step 1: Go to Online Store->Theme->Edit code.

Step 2: Search file base.bundle.css

Step 3: Paste the below code at bottom of the file → Save

@media(max-width:767){
#shopify-section-template--17962266525991__177e472c-9bd4-4d8d-9e55-3b16ef055f14 .break-words >h2{font-size:40px}
}

Hope my solution works perfectly for you!

Best regards,

Victor | PageFly

Hm for some reason that did not work

@chiaramunzi add below css base.bundle.css file

@media (max-width:425px)
{
.banner-section .font-heading.heading-template {
    font-size: 40px !important;
    margin-top: 70px;
}
}