.swiper-navBtn{
    color: black;
    background-color: #fff;
    padding: 20px;
    width: 30px;
    box-shadow: 0 4px 0 0 rgb(0 0 0 / 25%);
    z-index: 400;
    font-weight: 700;
    height: 30px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: color 0.3s ease;
  }
  
  /* @media (min-width: 900px) and (max-width: 1277px) {
    .swiper-navBtn {
      position: relative;
      top: 10px;
    }
  } */
  .swiper-navBtn::before,
  .swiper-navBtn::after{
    font-size: 14px;
  }
  .swiper-button-next{
    right: 0;
  }
  .swiper-button-prev{
    left: 0;
  }
  
  
  @media screen and (max-width: 1200px) {
    .swiper-navBtn{
      display: none;
    }
  
    .cardSwipe {
      max-width: 400px;
  
    }
  }