.preLine {
  white-space: pre-line;
}

.descriptionBox {
  overflow: hidden;
  text-overflow: ellipsis;
  line-height: 1;
  max-height: 1 * 6;
}

@media (-webkit-min-device-pixel-ratio: 0) {
  .descriptionBox {
    display: -webkit-box;
    -webkit-line-clamp: 6; /* number of lines to show */
    -webkit-box-orient: vertical;
  }
}

span.swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: #1D9BF0;
  opacity: 1;
}

/* target all bullets */
span.swiper-pagination-bullet {
  background: white;
  opacity: 1;
}