/* Contenedor circular */
.team-img {
  width: 220px;
  height: 220px;
  border-radius: 50%;
  overflow: hidden;
  margin: auto;
  display: flex;
  justify-content: center;
  align-items: center;
}

/* Imagen circular */
.team-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.slick-center .team-img {
  transform: scale(1.70);
  transition: transform 0.3s ease;
}
.vs-carousel .slick-slide {
  display: flex !important;
  justify-content: center;
}
