/* line 6, /home/deploy/CVM_website/releases/20230201074032/app/assets/stylesheets/services.scss */
.service-box {
  padding: 40px;
  background-color: #e5e5e5;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

/* line 12, /home/deploy/CVM_website/releases/20230201074032/app/assets/stylesheets/services.scss */
.service-box:hover {
  background-color: #ccc;
  cursor: pointer;
}
