.line-text {
  color: transparent; /* Fill color */
  -webkit-text-stroke: 2px #00578f; /* Stroke size and color */
  font-weight: bold;
}
/* .swiper {
  width: 100%;
  height: 100%;
} */
.swiper {
  width: 280px;
  height: 400px;
}

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

.swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.slide_1 {
  background-color: #ffffff;
}

.slide_2 {
  background-color: #f8f3f1;
}

.slide_3 {
  background-color: #ffffff;
}

.slide_4 {
  background-color: #f4fffc;
}

