Header Size Mobile

I’m happy with the desktop view but the headings are too big on the mobile view. Can I reduce these so they are still over the image rather than outside of it…

See screenshot

Hello there,

I hope you are doing well today.

Could you please provide a link to your website so that I can inspect it?

Best Regards,
Support

Yes, it’s new.swiftpilotrecruitment.co.uk

hey there

Please add this CSS in appearance - customize - additional CSS

@media screen and (max-width: 500px){
body #header .bottom-header h1 {
line-height: 28px;;
font-size: 21px;
}
body #header .bottom-header .section-description h3 {
font-size: 20px;
}
}

Thanks!
Colorlib Support Team