 /* .swiper-wrapper .swiper-slide:nth-child(odd)  .img-box-parent .img-box{
       border-top-left-radius: 8px;
       border-bottom-left-radius: 8px;

           
  }
 .swiper-wrapper .swiper-slide:nth-child(even) .img-box-parent .img-box{
    border-top-right-radius: 8px;
    border-bottom-right-radius: 8px;
  }
    */
