Hi harmonyhill
You can try with this tweak:
1 - Open the file: /templates/ja_resume/acm/features-intro/tmpl/style-1.xml
Line 64, add the param 'filter' as below
<field name="des" type="text"
description="FEATURES_DESCRIPTIONS_DES"
label="FEATURES_DESCRIPTIONS_TITLE"
default=""
filter="raw"
/>
2 - Go to file: templates\ja_resume\acm\features-intro\js\jquery.shuffleLetters.js
line 109 change el.text to el.html
el.html(strCopy.join(""));
Now go to the description field in backend of this module and add the <br> tag to the text as you wish.