.services-list-section .container{padding-left:0!important;padding-right:0!important}.services-lists{display:flex;flex-direction:column;gap:20px;margin:0 0 20px;padding:0}.services-list{flex:1;margin:0;padding:0}.services-list-item{border-radius:0;margin-bottom:12px;overflow:hidden}.services-list-item-label{align-items:center;background-color:#171a1e;border:none;color:#fff;cursor:pointer;display:flex;gap:22px;justify-content:space-between;margin:0;padding:18px 24px;transition:background-color .2s ease-in-out}.services-list-item-label:hover{background-color:#63e384}.services-list-item-label h5{color:#fff;font-size:20px;font-weight:500;margin:0;text-transform:capitalize}.services-list-item-label svg{margin-left:auto;min-width:18px;transition:transform .2s ease-in-out}.services-list-item-label svg path{fill:#fff}.services-list-item:has(.services-list-item-content.open) .services-list-item-label svg{transform:rotate(90deg)}.services-list-item-content{background-color:#f5f2ef;display:flex;flex-direction:column;gap:10px;max-height:0;opacity:0;overflow:hidden;padding:0 24px;transition:opacity .3s ease,padding .3s ease}.services-list-item-content.open{max-height:500px;opacity:1;overflow-y:auto;padding:24px}.services-list-item-content.open::-webkit-scrollbar{width:8px}.services-list-item-content.open::-webkit-scrollbar-thumb{background-color:rgba(0,0,0,.2);border-radius:4px}.services-list-item-content.open::-webkit-scrollbar-track{background:rgba(0,0,0,.05)}.services-list-heading{align-items:center;display:flex;gap:12px;margin-bottom:24px;margin-left:0;padding-left:0}.services-list-heading h4{color:#171a1e;margin:0}.services-list-heading img{height:auto;max-width:60px!important}@media (max-width:1024px){.services-lists{gap:12px}.services-list-item-label h5{font-size:18px}.services-list-item-content.open{max-height:400px;padding:20px}}