:root {
  --swiper-theme-color: #EFF2F3;
}

.swiper {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.swiper-slide {
  background-size: cover;
  background-position: center;
}

.swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.swiper-horizontal>.swiper-pagination-bullets{
  bottom:0px;
}
.swiper-button-next, .swiper-button-prev {
  top: 45%;
}
.desktop-swiper-caption {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-top: 15px;
  padding-bottom: 32px;
  font-family: 'Courier Prime', monospace;
  font-style: italic;
  font-weight: normal;
  font-size: 12px;
  line-height: 2.5;
  text-align: center;
  color: #576F7A;
}
