.staff-list-slider .staff-list__item-content {
  max-height: calc(100% - 32px);
}

@media (min-width: 768px) {
  .staff-list-slider .staff-list__wrapper {
    width: 50%;
  }
  .staff-list-slider .slider-solution-items-by-4 .staff-list__wrapper {
    width: 33.33%;
  }
}
@media (min-width: 992px) {
  .staff-list-slider .slider-solution-items-by-3 .staff-list__wrapper {
    width: 33.33%;
  }
  .staff-list-slider .slider-solution-items-by-4 .staff-list__wrapper {
    width: 25%;
  }
}
