.infra__wrapper .swiper {
  width: 100%;
  /* min-height: 408px;
  height: 300px; */
  min-height: 508px;
  height: 400px;
}

.infra__wrapper .swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 280px;
}

.infra__wrapper .swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
}

.infra__wrapper .swiper-slide.swiper-slide-active {
  width: 320px !important;
  transition: 0.9s ease-in-out;
  height: 400px !important;
  -webkit-transition: 0.9s ease-in-out;
  -moz-transition: 0.9s ease-in-out;
  -ms-transition: 0.9s ease-in-out;
  -o-transition: 0.9s ease-in-out;
}
.infra__wrapper .slider__bottom__text {
    position: relative;
    color: #0c0d19;
    width: 100%;
    text-align: left;
    /* top: -103px; */
    top: -210px;
    bottom: 0;
    left: 371px;
}
.infra__wrapper .swiper-pagination {
    position: absolute;
    /* bottom: -20px; */
    bottom: 0;
    transform: translate(-50%, -50%);
    left: 50%;
    right: 50%;
    margin: 0 auto;
    width: 100%;
}
.infra__wrapper .swiper-pagination-bullet-active{
    background: #6647d0 !important;
}
.infra__wrapper .swiper-pagination-clickable .swiper-pagination-bullet{
  width: 25px !important;
  height: 10px !important;
  border-radius: 8px;
}


.outdoor__indoor__infra,.student__safety__infra {
  background: #F2F0EB;
}


@media screen and (max-width: 767px) {
  .infra__wrapper .slider__bottom__text{
    top: 0 !important;
    bottom: 0 !important;
    left: 0 !important;
    padding: 21px 23px;
  }
  .slider__bottom__text p{
    padding: 0 !important;
    margin: 0 !important;
  }
  .infra__wrapper .swiper-slide.swiper-slide-active{
    width: 100% !important;
    height: auto !important;
    transition: none !important;
  }
  .infra__wrapper .swiper{
    min-height: auto !important;
    height: auto !important;
    margin:0 !important;
  }
  .infra__wrapper .swiper-pagination{
    bottom: 10px !important;
  }
}