I want to add specific style property on all child elements of this .feature-section-heading class. I know i can do that using below trick 
.feature-section-heading > h1 {...}
But above logic will implement on just h1 tag. So is there possible that i can add style property on all child elements? I searched about that and find accepted answer, but it does not work.
 
     
     
     
     
     
    