Hi @mabrar
Thanks for the website link. I can see the slider at the right hand side section on the home page.
News & Blog Designer Pack plugin uses the H2 tag and does not add it’s font size CSS so it inherits from your current theme.
No worries. Below is the custom CSS to increase the font size and to reduce the gap below it. You can put it WordPress Appearance > Customizer > Custom CSS or put it into your theme / child theme style.css
.bdp-post-slider .bdp-post-title{
padding: 0;
}
.bdp-post-slider .bdp-post-title a{
font-size: 22px;
}
Please try this. I hope this will work for you.