Hi @helikazeta
Thanks for the web page link.
News & Blog Designer Pack Plugin uses H2 tag for post title and does not apply any font CSS to it. It always inherits from your current theme so it looks like your theme part.
I can see you have added post slider on your home page. You can manage font size by below CSS. Please add this CSS to WordPress Appearance > Customize > CSS section and save it.
/* Post Title */
.bdp-post-title {
font-size: 24px !important;
}
/* Post Content */
.bdp-post-short-content {
font-size: 16px;
}