.myIcon:hover {
background-color: grey;
}
.myIcon:hover g {
fill: white;
}
.service-item {
width: 330px;
border: 1px #DBDBDB solid;
margin: 0 30px;
background-image: url(img/support.png);
background-repeat: no-repeat;
background-position: 50% 30px;
}