.home-about img {
  transition: all 0.4s ease;
}


.home-about img:hover {
  transform: translateY(-8px) scale(1.04);
  box-shadow: 0 20px 40px rgba(0,0,0,0.25);
}