

.swiper-slide {

  /* Center slide text vertically */
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}

.swiper-slide>div> img {
  display: block;
  width: 100%;
  padding: 2%;
  height: 250px !important;
}

.swiper-button-prev{
  background-color: black;
}
.swiper-button-next{
  background-color: black;
}
.t_r_container:nth-child(odd){
  background: #F5F5F5;
}
.t_r_container:nth-child(even){
 min-height: 50px;
 align-items: center;
}
.swiper-slide img{padding: 0 !important;}

.ImagesSwiper{
padding-bottom: 3rem;
gap: 30px;
}
.swiper-pagination-bullet-active{
  background: #D20023 !important
}