.services-module__service:hover .service-button{color:var(--color-white);transition-duration:2s;transition-property:color;transition-timing-function:cubic-bezier(.075,.82,.165,1)}.services-module__service:hover .service-button:after{content:"";width:100%}.services-module__service.featured-service{background:var(--color-primary)}.services-module__service:first-of-type:not(.featured-service){background:var(--color-grey)}.services-module__service:nth-of-type(2){background:var(--color-secondary)}.services-module__service:nth-of-type(3){background:var(--color-black);color:var(--color-white)}.services-module__service:nth-of-type(2) .service-button,.services-module__service:nth-of-type(2) p,.services-module__service:nth-of-type(2):hover p,.services-module__service:nth-of-type(3) .service-button,.services-module__service:nth-of-type(3):hover p{color:var(--color-white)}.services-module__service:nth-of-type(2) .service-button:after,.services-module__service:nth-of-type(3) .service-button:after{background:var(--color-white)}.services-module__service:nth-of-type(2):hover .service-button,.services-module__service:nth-of-type(3):hover .service-button{color:var(--color-black)}.services-module__service:nth-of-type(2) h3,.services-module__service:nth-of-type(3) h3{color:var(--color-white)}.services-module__service:nth-of-type(4){align-items:center;background:var(--color-white);display:flex;justify-content:center}.service-button{background:transparent;position:relative;z-index:1}.service-button:after{background:var(--color-black);content:"";height:100%;left:0;position:absolute;top:50%;transform:translateY(-50%);transition-duration:.3s;transition-property:all;transition-timing-function:cubic-bezier(.075,.82,.165,1);width:10%;z-index:-1}