Just a suggestion: U can do it using the :before :after CSS reference.
I use it to insert a formatted text before le lists checkboxes:
.tnp-lists:before{
content: "Ricevi le informazioni riguardo a:";
font-size: 15px;
font-family: "Montserrat";
font-weight: 800;
display: block;
color: #333;
margin-bottom: 0.25em;
}