.swiper {
    width: 100%;
    /*height: 100%;*/
  }
    .swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #f5f5f5!important;
  }
  .swiper {
    height:170px!important;
    border-radius: 10px;
  }
  .swiper-slide img {
        width: 100%;

        max-width: 100%;

        -ms-transform: translate(-50%, -50%);
        -webkit-transform: translate(-50%, -50%);
        -moz-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        position: absolute;
        left: 50%;
        top: 50%;
        background-color:#f5f5f5!important;
      }
      .swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
        transform: scale(1);
      }
      .swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
        transform: scale(1);
      }
      .swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
        transform: scale(1);
      }
      .swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
        transform: scale(1);
      }
      @media (min-width: 901px) {
  .sd__kjF__fke, .dsn__io_UJ, .Jq93j__2_is {
      width: 24.5% !important;
      flex: 0 0 25%;
        box-sizing: border-box;
        padding: 5px;
  }
}
img.sdk____img_q {
  min-height: 170px !important;
  max-height: 170px !important;}

  .swiper-pagination-hover-wrap .swiper-wrapper {
    padding-bottom: 50px;
  }
  .swiper-pagination-hover-wrap .swiper-pagination {
    z-index: 1;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: flex-end;
    bottom: 5px;
  }
  .swiper-pagination-hover-wrap .swiper-pagination-bullet {
    width: 100%;
    border-radius: 0px;
    position: relative;
    display: flex;
    flex-direction: column;
    height: 100%;
    background-color: transparent;
  }
  .swiper-pagination-hover-wrap .swiper-pagination-bullet::before {
    position: absolute;
        bottom: 0;
        background: linear-gradient(-21deg, #dd03e4, #5611ec) !important;
        content: "";
        width: 100%;
        height: 5px;
        border-radius: 20px;
  }
  .swiper-pagination-hover-wrap .swiper-pagination-bullet::after {
    content: "";
    width: fit-content;
    height: 100%;
    position: absolute;
    left: 0;
    width: 100%;
  }
