.services-list{--item-width:295px;display:flex;gap:20px;margin:0;min-height:460px}.services-list__heading{margin:0 0 30px}.services-list__item{background-color:#f3f3f3;cursor:pointer;flex:0 0 var(--item-width);overflow:hidden;padding:0;position:relative;transition:all .35s ease;width:var(--item-width)}.services-list__item-inner{display:flex;flex-direction:column;height:100%}.services-list__icon{background-color:#f3f3f3;height:312px;padding-top:60px;transition:all .35s ease}.services-list__icon img,.services-list__icon svg{height:100%;margin:0;width:auto}.services-list__icon img{filter:grayscale(100%);opacity:.5!important}.services-list__icon svg path{fill:rgba(28,27,31,.2)}h4.services-list__title{color:#000;margin:0 0 10px}.services-list__content{display:flex;flex:1;flex-direction:column;justify-content:end;padding:30px 60px 30px 30px}.services-list__text{display:none;margin:0}.services-list__arrow{bottom:30px;display:none;position:absolute;right:10px}.services-list__arrow span{color:#ff4f18;font-size:40px;line-height:1;transform:rotate(-90deg)}.services-list__overlay{bottom:0;left:0;margin:0;position:absolute;right:0;top:0;z-index:10}.services-list__item.active{background-color:#fff;cursor:default;flex:1;width:auto;z-index:10}.services-list__item.active .services-list__icon{padding-top:10px}.services-list__item.active .services-list__icon path{fill:#ff4f18}.services-list__item.active .services-list__icon img{filter:grayscale(0);opacity:1!important}.services-list__item.active .services-list__title{color:#000}.services-list__item.active .services-list__arrow{display:block}.services-list__item.active .services-list__overlay{display:none}@media(min-width:992px){.services-list__item.active .services-list__text{display:block}}@media(max-width:1199px){.services-list{--item-width:240px}}@media(max-width:991px){.services-list{--item-width:auto;flex-direction:column;height:auto}.services-list__icon,.services-list__item.active .services-list__icon{height:100px;padding:30px 30px 0}.services-list__arrow span{font-size:37px}}