.nested_dropdowns { margin:2rem 0 3rem; } 


.section_heading { font-size:2.2rem; padding:2rem 60px 2rem 3rem; margin:0; transition:all 0.2s ease; position:relative;  }
 
.section_heading::after { position:absolute; top:50%; transform:translateY(-50%); right:2rem; font-family:'icons'; content:"\e917"; font-weight:normal;font-size:1.8rem; text-align:right; }

.section_heading:hover { background:#216093;color:white;}


.opened > .section_heading {background:#134267; color:white;}
.opened > .section_heading::after {content:"\e914"; }




div.section_content { padding:2rem 3rem 2rem;  }