.swiper {
    width: 100%;
    /* height: 320px; */
  }

  .swiper-slide-testimonial {
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 18px;
    /* font-size: 22px; */
    color: #000;
    padding: 2em 0;
  }

   .swiper-slide-testimonial:nth-child(1n) {
    background-color: #06ffba;
  }

   .swiper-slide-testimonial:nth-child(2n) {
    background-color: #ff9b37;
  }

   .swiper-slide-testimonial:nth-child(3n) {
    background-color: #2c37bc;
  }

   .swiper-slide-testimonial:nth-child(4n) {
    background-color: #38a6ff;
  }


   .swiper-slide-testimonial:nth-child(5n) {
    background-color: #06ffba;
  }

   .swiper-slide-testimonial:nth-child(6n) {
    background-color: #ff9b37;
  }

   .swiper-slide-testimonial:nth-child(7n) {
    background-color: #2c37bc;
  }

   .swiper-slide-testimonial:nth-child(8n) {
    background-color: #38a6ff;
  }


  .swiper-button-next, .swiper-button-prev {
    color: #FFF !important;
    width: calc(var(--swiper-navigation-size) / 24* 27) !important;
    height: var(--swiper-navigation-size) !important;
  }



  p.text-tech {
    margin-bottom: 0;
    color: #02ffba;
    font-size: calc(1.875rem + 1.5vw);
    font-weight: 700;
  }

  #mySwiperText .swiper-slide {
    cursor: pointer;
  }