.our-team {
  text-align: center;
  padding: 20px;
}

.our-team-header h2 {
  font-size: 32px;
  margin-bottom: 10px;
}

.our-team-header p {
  font-size: 18px;
  color: #555;
  margin-bottom: 20px;
}

.our-team-swiper {
  padding-bottom: 20px;
}

.team-member {
  background: #fff;
  border-radius: 16px;
  overflow: hidden;
  /* box-shadow: 0 4px 15px rgba(0, 0, 0, 0.08); */
  text-align: center;
  transition: transform 0.3s;
}

.team-member:hover {
  transform: translateY(-5px);
}

.team-photo img {
  width: 100%;
  height: 380px;
  object-fit: cover;
  border-radius: 16px;
}

.team-info {
  padding: 16px;
}

.team-info h3 {
  font-size: 24px;
  font-weight: 600;
  margin: 8px 0 4px;
}

.team-info .position {
  font-size: 20px;
  color: #777;
}

.team-info .desc {
  font-size: 14px;
  color: #666;
  margin: 0;
  padding-bottom: 0!important;
}

.our-team-nav {
  display: flex;
  justify-content: flex-end;
  gap: 12px;
  margin-top: 15px;
}

.swiper-button-next,
.swiper-button-prev {
  position: static;
  width: 40px!important;
  height: 40px!important;
  border-radius: 50%;
  background: #f5f5f5;
  box-shadow: 0 2px 6px rgba(0,0,0,0.1);
}

.swiper-button-next::after,
.swiper-button-prev::after {
  font-size: 14px!important;
  color: #333;
}
