Hi there,
Thanks for writing in! Could you please try adding the following JavaScript code into your Customizer, Custom > JavaScript section. Replace Your Text Here with your own content.
jQuery(function() {
jQuery( '<div class="center-text">Your Text Here</div>' ).insertAfter( ".x-subscribe-form-830 h1" );
});
Hope that helps.