.reviews-block .team-item, .team-block .team-item{
  max-width: 23%;
}
.reviews-block .team, .team-block .team{
  flex-wrap: nowrap;
  overflow-x: auto;
  overflow-y: hidden;
  scroll-snap-type: x mandatory;
  scroll-behavior: smooth;
  -webkit-overflow-scrolling: touch;
  margin-top: 20px;
  z-index: 1;
}

.reviews-block .team-item, .reviews-block a.team-item, .team-block .team-item, .team-block a.team-item{
  flex: 0 0 auto;
  scroll-snap-align: start;
  position: relative;
  overflow: hidden;
}

.reviews-block .team::-webkit-scrollbar { height: 0; }
.team-block .team::-webkit-scrollbar { height: 0; }

@media screen and (max-width:1000px) {
  .reviews-block .team-item, .team-block .team-item{
    max-width: 30%;
  }
  
}

@media screen and (max-width:1000px) {
  .reviews-block .team-item, .team-block .team-item{
    max-width: 45%;
  }
}