/* Team Section - Clienti Carousel - Smaller Size */

.h7-team .team-item {
  max-width: 280px;
  padding: 20px;
}

.h7-team .team-img {
  width: 120px;
  height: 120px;
  margin: 0 auto;
}

.h7-team .team-img img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.h7-team .team-content {
  margin-bottom: 15px;
}

.h7-team .team-content .title {
  font-size: 16px;
  margin-bottom: 5px;
}

.h7-team .team-content .designation {
  font-size: 12px;
}

/* Responsive */
@media (max-width: 991px) {
  .h7-team .team-item {
    max-width: 240px;
    padding: 18px;
  }

  .h7-team .team-img {
    width: 100px;
    height: 100px;
  }

  .h7-team .team-content .title {
    font-size: 14px;
  }

  .h7-team .team-content .designation {
    font-size: 11px;
  }
}

@media (max-width: 767px) {
  .h7-team .team-item {
    max-width: 200px;
    padding: 15px;
  }

  .h7-team .team-img {
    width: 80px;
    height: 80px;
  }

  .h7-team .team-content .title {
    font-size: 13px;
  }

  .h7-team .team-content .designation {
    font-size: 10px;
  }
}
