.swiper {
    width: 100%;
    max-width: 1900px;
    
  }
  @media (min-width: 768px) {
    .sw img{
        width: 100%;
        height: 630px;
        object-fit: cover;
      }
  }

  .swiper .swiper-button-prev,
  .swiper .swiper-button-next{
    --swiper-navigation-size: 16px;
    background-color: #fff;
    width: 60px;
    height: 60px;
    border-radius:50%;
    
    --swiper-theme-color: #192bcf;
    opacity: 0.5;
  }
  .swiper .swiper-button-prev:hover,
  .swiper .swiper-button-next:hover{
    --swiper-theme-color: #cf2819;
  }
  
  .swiper-pagination{
    --swiper-theme-color: #fff;
  }
 