Hi.
To edit the resume details style 2, please go to edit this file:
wp-content/themes/noo-jobmonster/layouts/resume/single/detail-style-2.php
At lines 278-282: you will see the code for the description, move the code to underline 191, and you will see the description above general information.
To style for work experience, you can try the custom CSS below:
.experience .timeline-event { text-transform: uppercase; }
To style for education, you can use the custom CSS below:
. education .timeline-event { font-style: italic; }
Please recheck it.
Regards.