.swiper-button-next {
      color: white;
      background: orange;
      border-radius: 15px;
      right: 0px;
      border-radius: 5px 0px 0px 5px;
    }
    
.swiper-button-prev {
  color: white;
  background: orange;
  left: 0px;
  border-radius: 0px 5px 5px 0px;
}

.swiper-slide{
    display: flex;
}