/* here you can put your own css to customize and override the theme */
.service-box-v1-blue:hover {
  background: #83BEE0;
}
.service-box-v1-orange:hover {
  background: #E79E36;
}
.service-box-v1-green:hover {
  background: #85CA63;
}
.service-box-v1-gray:hover {
  background: #93A2AB;
}
.service-box-v1-red:hover {
  background: #d73d04;
}