.brio-carousel {
  display: flex;
  overflow: hidden;
}

.brio-carousel .single-team {
  flex: 0 0 50%; /* Show 2 items per full width */
  box-sizing: border-box;
}
