.team-member img {
  width: 150px;
  height: 150px;
  object-fit: cover;
  border-radius: 50%; /* makes the image circular */
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.team-member img:hover {
  transform: scale(1.05); /* zoom-in effect */
  box-shadow: 0 6px 16px rgba(0, 0, 0, 0.2);
}

/*.img-fluid-second {
    max-width: 97%;
    height: auto;
    margin-top: -12px;
    margin-left: 10px;
}*/
.img-fluid-second {
    max-width: 94%;
    height: auto;
    margin-top: -12px;
    margin-left: 5px;
}

/*.img-fluid-second:hover {
  transform: scale(1.05); 
  box-shadow: 0 6px 16px rgba(0, 0, 0, 0.2);
}*/