.training-swiper .swiper-wrapper {
  display: flex;
  align-items: stretch;
  margin-bottom: 20px;
}

.training-swiper .swiper-slide {
  display: flex;
  justify-content: center;
  align-items: center;
  height: auto;
  flex-shrink: 0;
  padding-top: 10px;
}

.training-swiper .swiper-pagination {
    position: relative; 
    margin-top: 20px;  
}
