Place a text element and give it display inline-block, edit it and write “Material:”. Style it as desired and add margin right of 4px. Duplicate it, bind the duplicate with your collection field, add an extra class or duplicate the class, remove the bold styling.
Inline block is there to allow each text element to not be 100% of the width by default, making them stack one after the other.