Hi,
If you want to change the font size in small screen, you can try with this custom CSS code:
@media (max-width: 767px) {
.acm-features.style-5 .features-title {
font-size: 25px !important; /*change to your desired value*/
}
}
put into the file: root/templates/uber (your default template)/css/custom.css (Create this file if it doesn't exist)
Regards