If you want a protip; If you want something to apply to only CustomCssClassHere along with sectionHeader, use:
Code:
.CustomCssClassHere.sectionHeader {}
I usually make a sport out of not using !important with CSS, as they can create unforeseen complications when you depend on inheritance.