.services-listing .services-listing__body{display:grid;grid-template-columns:1fr;row-gap:3rem}.services-listing .services-listing__body .services-listing__services h2,.services-listing .services-listing__body .services-listing__industries h2{font-weight:700;text-align:center;border-bottom:1px solid #323e48;padding-bottom:1.5rem;margin-bottom:50px}.services-listing .services-listing__body .services-listing__industries h2{color:#9dbb3f}.services-listing .services-listing__body .services-listing__services .services-listing__service-item,.services-listing .services-listing__body .services-listing__industries .services-listing__industry-item{display:grid;grid-template-columns:40px auto;column-gap:10px;align-items:center;background:0;border:0;width:100%;margin:.5rem 0;cursor:pointer;transition:all ease-in-out .3s}.services-listing .services-listing__body .services-listing__services .services-listing__service-item:hover,.services-listing .services-listing__body .services-listing__industries .services-listing__industry-item:hover{text-decoration:none}.services-listing .services-listing__body .services-listing__services .services-listing__service-item h3,.services-listing .services-listing__body .services-listing__industries .services-listing__industry-item h3{position:relative;font-size:1.1rem;font-weight:700;line-height:2.5rem;color:#323e48;text-transform:uppercase;text-align:left;padding-right:2rem;margin:0}.services-listing .services-listing__body .services-listing__services .services-listing__service-item h3:before,.services-listing .services-listing__body .services-listing__industries .services-listing__industry-item h3:before{content:'';position:absolute;top:50%;right:0;transform:translateY(-50%);width:.75rem;height:2px;border-radius:1rem;background:var(--secondary)}.services-listing .services-listing__body .services-listing__services .services-listing__service-item h3:after,.services-listing .services-listing__body .services-listing__industries .services-listing__industry-item h3:after{content:'';position:absolute;top:50%;right:5px;transform:translateY(-50%);width:2px;height:.75rem;border-radius:1rem;background:var(--secondary);transition:all ease-in-out .3s}.services-listing .services-listing__body .services-listing__services .services-listing__service-item.open h3:after,.services-listing .services-listing__body .services-listing__industries .services-listing__industry-item.open h3:after{height:0}.services-listing .services-listing__body .services-listing__services .services-listing__service-item .service-item__sublist,.services-listing .services-listing__body .services-listing__industries .services-listing__industry-item .industry-item__sublist{display:none;grid-column:1 / 3}.services-listing .services-listing__body .services-listing__services .services-listing__service-item .service-item__sublist .service-item__sublist-inner,.services-listing .services-listing__body .services-listing__industries .services-listing__industry-item .industry-item__sublist .industry-item__sublist-inner{display:flex;flex-direction:column;text-align:left;padding:1rem 0 1rem .5rem}.services-listing .services-listing__body .services-listing__services .services-listing__service-item .service-item__sublist .service-item__subitem,.services-listing .services-listing__body .services-listing__industries .services-listing__industry-item .industry-item__sublist .industry-item__subitem{color:#244b5a;padding:.5rem;transition:all ease-in-out .3s}.services-listing .services-listing__body .services-listing__services .services-listing__service-item .service-item__sublist .service-item__subitem:first-child,.services-listing .services-listing__body .services-listing__industries .services-listing__industry-item .industry-item__sublist .industry-item__subitem:first-child{font-weight:700}.services-listing .services-listing__body .services-listing__services .services-listing__service-item .service-item__sublist .service-item__subitem:hover,.services-listing .services-listing__body .services-listing__industries .services-listing__industry-item .industry-item__sublist .industry-item__subitem:hover{background:#EEE;text-decoration:none;transform:translateX(.5rem);color:var(--primary)}.m-768-auto{max-width:768px;margin:auto}