ludo974 How you want to achieve? If you simply want to change the font family for this title, you can try this custom CSS:
.acm-hero.style-2 .features-desc .wrap-inner .inner .section-title {
font-family: 'Marcellus';
}
and change to your desired font family.