Hi There,
Thanks for writing in! Its weird that there is a padding-left: 1.5em; applied on your Headline, that pushing it to the right. You can address that by adding this on your Custom CSS on Customizer.
.h-feature-headline span {
padding-left: 0;
}
When you’re applying the class as a class of the element, do not prepend it with a period ( . )
You only prepend it with a period when you’re declaring it on your Custom CSS or a Selector of your Responsive Text settings.
Hope it helps, Cheers!