@Justyna: You are using Catch Everest Pro theme and posting it in Catch Base Theme Support forum that is why the above css is not working. For Catch Everest Pro theme support forum, please use http://catchthemes.com/support-forum/forum/catch-everest-pro-premium/
For now, I will answer it here. For Catch Everest Pro font size you can use the following css:
@media screen and (min-width: 990px) {
/* Content/default body font size */
body, button, input, select, textarea {
font-size: 15px;
}
/* H1 to h6 heading font size */
.entry-content h1 {
font-size: 30px;
}
.entry-content h2 {
font-size: 28px;
}
.entry-content h3 {
font-size: 24px;
}
.entry-content h4 {
font-size: 20px;
}
.entry-content h5 {
font-size: 18px;
}
.entry-content h6 {
font-size: 16px;
}
/* Page title, promotion headline, featured content headline sizes */
.entry-title, #promotion-message h2, #featured-content #featured-heading {
font-size: 30px;
}
}