.slider-box {
  padding:120px 0;
}

.service-card:hover {
  transform: translateY(-5px);
  transition: .3s;
}
