.about-image img {
    transition: transform 0.3s ease-in-out;
  }
  
  .about-image img:hover {
    transform: scale(1.05);
  }
