change text size of jumbotron Title & description

How do I change the text sizes of the title and description text?

hey there

Hope you are having a good day and thank you for your question :slight_smile:
Please add this CSSĀ in appearance - customize - additional CSS

#header .bottom-header h1 {
font-size: 71px;
}
#header .bottom-header .section-description {
font-size: 16px;
}

Thanks!
Colorlib Support Team