.manager-card2 {
  background: #fff;
  border-radius: 16px;
  box-shadow: 0 10px 25px rgba(0,0,0,0.06);
  padding: 20px;
  text-align: left;
  transition: transform .3s ease;
  flex: 0 0 280px;
  font-family: "Montserrat", sans-serif;
  width: 297px;
  height: 403px;
}
.manager-card2:hover { transform: translateY(-8px); }

.img-wrap2 {
  position: relative;
  width: 100%;
  height: 237px;
  margin-bottom: 15px;
}
.img-wrap2 img {
  position: relative;
  z-index: 2;
  height: 237px;
  width: 237px;
  object-fit: contain;
  transform: translateX(10px);
}
.bg-shape2 {
  position: absolute;
  top: 55%;
  left: 65%;
  transform: translate(-50%, -50%) rotate(30deg);
  width: 110px;
  height: 220px;
  background: #19b7c8;
  border-radius: 50% / 25%;
  z-index: 1;
  filter: drop-shadow(0 4px 6px rgba(0,0,0,0.1));
}
.manager-card2 h4 {
  color: #002b5c;
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 8px;
}
.manager-card2 p {
  margin: 3px 0;
  font-size: 15px;
  color: #222;
}
.manager-card2 span,
.manager-card2 a {
  color: #19b7c8;
  font-weight: 600;
  text-decoration: none;
}
