This post very old. Incase you still look for solution, here it is. I find one online.
——————————————————————————————————————————
<!-- (c) Layout created by Mick (https://layouts.spacehey.com/layout?id=92047) -->
<style>
.section h4 {
font-size: 0px !important;
}
.section:first-child:before {
content: "Heading 1";
color: red;
font-weight: bold;
}
.section:last-child:before {
content: "Heading 2";
color: red;
font-weight: bold;
}
</style>