.team-container {
  background-color: var(--gray--color);
  padding: 80px;
}
.team-item {
  background-color: #fff;
  padding: 20px;
  margin-bottom: 20px;
  width: calc((100% - 20px * 6) / 6);
  margin-right: 20px;
}
.team-item .feature_positions_thumb {
  width: 100%;
}
.team-item .feature_positions_thumb {
  padding-top: 140%;
  position: relative;
}
.team-item .feature_positions_thumb img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.team-item h3 {
  text-align: left;
  font-size: 24px;
  margin: 10px 0;
  line-height: 1;
  font-weight: normal;
}
.team-item p {
  text-align: left;
  padding: 0;
  margin-bottom: 0;
  font-size: 14px;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}

@media screen and (max-width: 768px) {
  .feature_area2 .container{
      padding-left: 0;
      padding-right: 0;
  }
  .team-container {
    padding: 10px;
  }
  .team-item {
    margin: 0 5px 10px;
    width: calc(50% - 10px);
  }
}
