Title not responsive

I have tried a lot of different customized css but I cannot get the title to be responsive in mobile. The second word is always cut in half. http://splash-sales.com/

Hello there,

I hope you are doing well today.

You can use the following CSS code to adjust the responsive nature of the jumbotron by going to Appearance > Customize > Additional CSS and pasting it there.

/*Jumbotron responsive text*/
@media screen and (min-width: 1001px) {
#header .bottom-header h1 {
    font-size: 50px;
}
}

Best Regards,
Support