/*swiper js*/
swiper-container {
  width: 100%;
  height: 80%;
  margin-bottom: 4vw;
  padding: 3vw;
}

swiper-slide {
  text-align: center;
  font-size: 18px;
  display: flex;
  justify-content: center;
  align-items: center;
}

swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 20px;
}

.page4heading {
  font-family: "Arial";
}

@media (max-width: 600px) {
  .cursor1 {
    display: none;
  }
}
