.home-service-icon .service-svg-icon{
  width:28px;
  height:28px;
  fill:none;
  stroke:currentColor;
  stroke-width:1.8;
  stroke-linecap:round;
  stroke-linejoin:round;
}
.home-service-card:hover .service-svg-icon{
  transform:scale(1.08);
}
.service-svg-icon{
  transition:transform .2s ease;
}
