.custom-card {
  box-shadow: none !important;
  border-radius: 0.1 !important;
}

.custom-card:hover {
  box-shadow: none !important;
  transform: none !important;
}
