 .swiper-button-prev,
  .swiper-button-next
  {
    
    color: yellow;
    
}


@media (max-width: 768px) {
  #page3 {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    padding: 0 20px;
    width: 100vw;
    box-sizing: border-box;
    margin-bottom: 50px;
  }

  #page3 .heading_3 {
    font-family: "Outfit", sans-serif;
    font-size: 40px;
    font-weight: 700;
    color: white;
    margin-bottom: 20px;
    padding: 20px;



  }


  .mySwiper .card-list .card-item img {
    width: 100%;
    height: 200px;
  }

  .mySwiper .swiper-slide-button {
    display: none;
  }
}

@media (min-width: 768px) {
  #page3 {
    padding: 0 50px;
    height: 100vh;
    width: 100vw;
    box-sizing: border-box;
  }

  #page3 .heading_3 {
    font-family: "Outfit", sans-serif;
    font-size: 60px;
    font-weight: 700;
    color: white;
    padding: 20px;
    margin-bottom: 50px;
  }


  .mySwiper .card-list .card-item img {
    width: 100%;
    height: 500px;
  }


}