/* Start custom CSS */.service-box .service-icon svg path {
    fill: #71717a !important;
    transition: fill 1s ease;
}

.service-box:hover .service-icon svg path {
    fill: #f4f4f5 !important;
}/* End custom CSS */