@import url("https://fonts.googleapis.com/css2?family=Kanit:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Mukta:wght@200;300;400;500;600;700;800&family=Noto+Sans:ital,wght@0,100..900;1,100..900&family=Outfit:wght@100..900&display=swap"); /* Mukta, Kanit, Outfit, Noto Sans */

/* Page 3 Content */

@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;
  }
}
