Hello @edu_horse,
To change the font size of the content in the slider use CSS given below.
For this go to Admin Panel > Appearance > Customize > Additional CSS and paste the CSS given below:
#main-slider p {
font-size: 14px;
}
Now to change the font size of the title in the slider section use below given CSS in the location mentioned above:
#main-slider h3 {
font-size: 24px;
}
You can change the px according to your need.
Hope this helps .
Best Regards!!