smartmax
Hi
For ACM heading there is dedicated css used. Add this code in custom css file and reduce the font size as per needs
.acm-hero h1{font-size:12.5rem!important;}
@media (max-width:767.98px){.acm-hero h1{font-size:7.5rem!important;}}
@media (max-width:575.98px){.acm-hero h1{font-size:5rem!important;}}
Regards