.who-we-help-layout{display:flex;gap:30px}.who-we-help-info{align-items:flex-start;display:flex;flex:1;flex-direction:column}.who-we-help-info .eyebrow,.who-we-help-info .learn-more{color:var(--black)}.who-we-help-list{flex:1}.who-we-help-list-item{color:var(--black);display:flex;flex-direction:column;font-size:18px;font-style:normal;font-weight:700;line-height:150%;transition:all .24s ease-in-out}.who-we-help-list-item-label{align-items:center;background-color:transparent;cursor:pointer;display:flex;gap:22px;justify-content:space-between;padding:12px;transition:all .24s ease-in-out}.who-we-help-list-item-label svg{margin-left:auto}.who-we-help-list-item-content{max-height:0;opacity:0;overflow:hidden;padding:0 12px;transition:all .3s ease-in-out}.who-we-help-list-item-content.open{max-height:200px;opacity:1;padding:12px 12px 20px}.who-we-help-list-item-content .button{margin-top:20px}@media (max-width:1024px){.who-we-help-layout{flex-direction:column}}