.swiper {
      width: 100%;
      padding: 50px 0;
    }

    .swiper-slide-custome {
      background: #02223C;
      border-radius: 20px;
      padding: 30px;
      color: #fff;
      height: auto;
      box-shadow: 0 0 15px rgba(0,0,0,0.1);
    }

    .swiper-slide h4 {
      margin-top: 20px;
      font-size: 20px;
      font-weight: bold;
    }

    .swiper-slide p {
      font-style: italic;
      line-height: 24px;
    }

    .swiper-button-prev, .swiper-button-next {
      color: #009EFF;
    }