*{
    --swiper-theme-color: #A92F17;
    --swiper-navigation-size: 0;
  }
  
  .swiper {
    width: 1300px;
    height: 500px;
  }

  .swiper-button-next{
    outline: none;
  }
  .swiper-button-prev{
    outline: none;
  }
  .swiper-button-next img{
    width: 42px;
    height: 42px;
  }
  .swiper-button-prev img{
    transform: scaleX(-1);
    width: 42px;
    height: 42px;
  }
  

  @media only screen and (max-width:500px) {
    .swiper {
      width: 100%;
      height: 200px;
    }
  }