Victor M. the reason its not working though is because both sections are a component - so any change you make to one, will effect the other. You need to stagger the layers there.
The easiest way to do this while maintaining the components would be to wrap each one in a div and giving the top one a larger number z-index than the bottom one. I didnt give them classes but you will want to do that.