.swiper-container {
  width: 33vw;
  min-width: 300px;
  max-width: 400px;
  background: #fff;
  border-radius: 50px;
  margin-left: 0 !important;
  left: 20px !important;
}
.swiper-slide {
  text-align: center;
  font-size: 18px;
  background: transparent;
  /* Center slide text vertically */
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  height: 100px;
}
.swiper-slide > div {
  width: 8vw;
  min-width: 65px;
  max-width: 100px;
  height: calc(100% - 20px);
  background: no-repeat center;
  background-size: cover;
  position: relative;
  padding: 10px 0 10px;
}
.swiper-slide > div.item img {
  width: 49px;
  height: 49px;
}
.swiper-slide > div p {
  color: #757575;
  margin-block-start: 0;
  margin-block-end: 0;
}
.swiper-slide a {
  display: block;
}
.item p {
  white-space: nowrap;
  font-size: 13px;
  font-family: "montserrat";
}
.swiper-button-next,
.swiper-button-prev {
  top: 30% !important;
}
.swiper-button-next:after,
.swiper-button-prev:after {
  color: #cccccc !important;
  font-size: 24px !important;
}
.swiper-container-horizontal > .swiper-pagination-bullets,
.swiper-pagination-custom,
.swiper-pagination-fraction {
  bottom: 0 !important;
}
:root {
  --swiper-theme-color: #32363e !important;
}
