.team-slider__wrapper {
  padding: 55px 0;
  margin-bottom: 55px;
}

.team-slider__container {
  lost-flex-container: row;
  display: flex;
}

.team-slider__item {
  lost-column: 1/6 6 0px flex;
}

.team-slider__image {
  margin: 20px auto;
  margin-bottom: 15px;
  display: flex;
  justify-content: center;
}

.team-slider__name {
  text-align: center;
  margin-bottom: 5px;
}

.team-slider__position {
  text-align: center;
  rgba(0, 0, 0, 0.5) text-transform: uppercase;
}

.hexagon {
  width: 100%;
  height: auto;
  display: flex;
  align-items: center;
  justify-content: center;
}

.hexagon .hexagon-svgs {
  width: 105px;
  height: 120px;
  margin-bottom: 12px;
}

.hexagon .hexahon-shadow {
  position: absolute;
}