Font size

How can I change the font size of the text that appears on the jumbotron ?

http://doorbeam.com/

Also, I messed up the contact form. Could you please visit the site and see what needs to be done. I guess the Contact form code has been deleted.

Site: http://doorbeam.com/

Thanks

Hello @himanshu,

First, you should make sure that you activated and choosed your contact form 7 in Appearances > Customize > Contact Us Section > General.

This is the CSS code to handle the jumbotron size:

#header .bottom-header h2 {
    font-size: 60px;
}
#header .bottom-header p {
    font-size: 18px;
}

Let me know if you got everything alright!

Best regards