main {
  /* height: 150vh; */
  width: 100%;
  /* max-width: 1000px; */
  display: flex;
  flex-wrap: wrap;
  align-content: center;
  justify-content: center;
  margin: 50px 0px;
}

.project-img img {
  box-shadow: 0 1px 2px #0003;
  width: 100%;
}

.swiper p {
  margin-top: 10px;
  font-weight: bold;
  font-size: 20px;

}

.swiper-slide {
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
}

.swiper-pagination {
  margin: 30px 0px;
}

@media (max-width: 450px) {
  .swiper {
    height: 270px;
  }
}

.swiper-pagination {
  background-color: rgba(255, 255, 255, 0.3);
  border: none;
}

.swiper-button-prev {
  color: white !important;
}

.swiper-button-next {
  color: white !important;
}