How to reduce the size of the Image Banner content for mobile only

Hello guys!
I would like to reduce the text size of mobile-specific image banner content in Dawn theme.
Only the area framed in red in the attached photo.

I don’t want to change the PC view, so if you could tell me how to make the display smaller on the mobile side only, it would be very helpful.

@Claclac ,

Please share the store URL..

Oh, here it is.
https://claclacstore.com/

@Claclac

@media only screen and (max-width: 600px) {

h2.banner__heading.h0 {
    font-size: 25px;
}
}

Add this css at the bottom of Online Store->Theme->Edit code->Assets->base.scss.liquid

2 Likes

Thank you for your help! It worked!!