  .banner-two-slider {
    height: 800px;
  }

@media (max-width: 767px) {
  .banner-two-slider {
    height: 200px;
  }

  .banner__two-content{
    padding: 25px;
    width: 100%;
  }

  .banner__two-content h1 {
    font-size: 22px;
    margin-bottom: 0px;
  }

  .banner__two-content span {
    font-size: 17px;
    margin-top: 0px;
    margin-bottom: 5px;
  }

  .banner__two-arrow-next i,
  .banner__two-arrow-prev i {
    width: 35px;
    height: 35px;
    line-height: 35px;
  }
  .swiper-button-next, .swiper-button-prev{
    margin-right: -50px;
    margin-left: -30px;
  }
  .btn-five{
      width: auto;
      font-size: 15px;
      height: 50px;
      text-align: center;
      align-items: center;
      padding-left: 30px;
      padding-right: 30px;
  }
}