.header-bg{background-image:url(/static/img/about-bg.36059c5.png);background-position:50%;background-size:cover}.services .service-item{background-color:var(--surface-color);box-shadow:0 0 25px 0 rgba(0,0,0,.1);padding:50px 30px;transition:all .3s ease-in-out;height:100%;position:relative;z-index:1}.services .service-item:before{content:"";position:absolute;background:var(--accent-color);inset:100% 0 0 0;transition:all .3s;z-index:-1}.services .service-item .icon{margin-bottom:10px}.services .service-item .icon i{color:var(--accent-color);font-size:36px;transition:.3s ease-in-out}.services .service-item h4{font-weight:700;margin-bottom:15px;font-size:20px}.services .service-item h4 a{color:var(--heading-color);transition:.3s ease-in-out}.services .service-item p{line-height:24px;font-size:14px;margin-bottom:0;transition:.3s ease-in-out}.services .service-item:hover .icon i,.services .service-item:hover h4 a,.services .service-item:hover p{color:var(--contrast-color)}.services .service-item:hover:before{background:var(--accent-color);inset:0;border-radius:0}