.services-lists{display:flex;gap:48px}.services-list{flex:1}.services-list-item{margin-bottom:12px}.services-list-item-label{align-items:center;border-bottom:1px solid #1f2c3d;cursor:pointer;display:flex;gap:22px;justify-content:space-between;padding:18px;transition:all .2s ease-in-out}.services-list-heading img{max-width:60px!important}.services-list-item-label svg{margin-left:auto;min-width:18px;transition:all .2s ease-in-out}.services-list-item:has(.services-list-item-content.open) .services-list-item-label svg{transform:rotate(90deg)}.services-list-item-content{display:flex;flex-direction:column;gap:10px;max-height:0;opacity:0;overflow:hidden;padding:0 20px;transition:all .3s ease-in-out}.services-list-item-content.open{max-height:300px;opacity:1;padding:20px}.services-list-heading{align-items:center;display:flex;gap:12px;margin-bottom:48px}.services-list-heading h4{margin:0}.services-list-item-label h5{color:#171a1e;font-size:20px;font-weight:500;letter-spacing:normal;margin:0;text-transform:capitalize}.services-list-section.white-box .services-list-item{background:var(--white)}.services-list-section.white-box .services-list-item-label{border:none}.services-list-section.white-box .services-list-item-label svg path{fill:#1f2c3d}@media (max-width:1024px){.services-lists,.who-we-help-layout{flex-direction:column}.services-lists{gap:0}}