[SOLVED] Section h4 title CSS style not working on Netlify

recently launched my Hugo site on Netlify, still some small strange bugs. One for example.

Problem is, one of my section h4 title CSS is not showing on live, works on local but does not show on Netlify. See attached screenshot.

live: https://vjfader.com/
git: https://github.com/vjfader/home2018

Found the solution. In Netlify Settings>Build & Deploy>Asset optimization, I unchecked ‘Bundle CSS’ option and it’s working correctly.

Who knew.