.client-item {
  padding: 1rem !important;
  box-shadow: 0 .125rem .25rem rgba(0, 0, 0, .2) !important;
  border-radius: .3rem !important;
  background-color: #fff !important;

  cursor: pointer;
}

.client-item:hover {
  background-color: #f8f9fa;
  box-shadow: 0 .125rem .25rem rgba(0, 0, 0, .5) !important;
}

.client-items>a {
  color: #212529 !important;
}

.client-items>a:hover {
  text-decoration: none;
}