How can I increase the spacing between lines in header

Hi, I added a video background banner to my homepage and noticed that the header’s line spacing is not enough on mobile. I used the following code to create the banner: https://pastebin.com/wM45zhBL

Can someone help fix the spacing so the words aren’t stacked on top of each other so much and more spaced out?

Thank you!

@singharn
Hello, Can You Please Share Your Store URL I will check and provide a proper solution
or

.videoBoxInfoTitle {line-height: 2.5;}

Add this CSS to your theme.css or base.css file

Thank you @oscprofessional . URL is www.sukhiglow.com

I tried adding the code to the bottom of my base.css file but no luck

Please note the issue is only visible on the mobile version. It is fine for desktop

@singharn
Hello,
Add This CSS Go to online Store > Select theme > edit code > asset > base.css

.videoBoxInfoTitle {
	line-height: 1.2 !important;
}

Like This

This solution its Useful so Please Like and Accept Solution

This worked, thank you!