.image-hover {
  transition: 1s;
}
.image-hover:hover {
  transform: rotate(1deg) scale(1.1);
}
.image-zoom {
  transition: 1s;
}
.image-zoom:hover {
  transform: scale(1.05);
}

.border-hover:hover {
  text-decoration: none !important;
  color: #7bc14f;
  transition: all 0.4s ease;
}
