/*
.slick-contained {
  background: white !important;
  border-radius: 10px;
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px !important;
}

.swiper {
}

.swiper-slide {
  height: auto !important;
}

.swiper-wrapper {
}

.swiper-nav-wrapper { 
  margin-top: 30px;
}

.swiper-button-prev,
.swiper-button-next {
  position: initial;
  margin-top: 0;
}

.swiper-button-prev:after,
.swiper-button-next:after {
  font-size: 18px;
  color: #193458;
}

.swiper-pagination {
  position: initial;
  width: auto !important;
  display: flex;
}

.swiper-pagination-bullet {
  font-size: 0;
  line-height: 0;
  opacity: initial;
  width: 18px !important;
  height: 18px !important;
  padding: 0;
  cursor: pointer;
  color: transparent;
  border: 1px solid #193458 !important;
  background-color: transparent;
  border-radius: 10px;
}

.swiper-pagination-bullet-active {
  background-color: #193458;
}
  */
