﻿.swiper-partners {
                  max-width: 800px;
                  width: 100% !important;
                  margin: 0 auto;
                }

                .swiper-partners .swiper {
                  width: calc(100%);
                  height: 250px;
                }

                .swiper-partners .swiper .swiper-pagination-bullet {
                  width: 116px;
                  height: 3px;
                  background-color: #c1c1c1;
                  border-radius: 2px;
                }

                .swiper-partners .swiper .swiper-pagination-bullet.swiper-pagination-bullet-active {
                  background-color: #ffd705;
                }

                .swiper-partners {
                  position: relative;
                }
                
                .swiper-partners .swiper-pagination {
                  position: absolute !important;
                  bottom: 10px !important;
                  left: 50% !important;
                  transform: translateX(-50%) !important;
                  display: flex !important;
                  justify-content: center !important;
                  width: 100% !important;
                  z-index: 10 !important;
                }
                @media screen and (max-width: 600px) {
                  .swiper-partners .swiper-pagination {
                    position: relative;
                    bottom: 10px !important;
                    left: 0% !important;
                    transform: translateX(-23%) !important;
                    display: flex !important;
                    justify-content: center !important;
                    width: 100% !important;
                    z-index: 10 !important;
                  }
                }

                .swiper-partners .swiper-slide {
                  max-width: 250px;
                  width: 100%;
                  height: 250px;
                  text-align: center;
                  display: flex;
                  justify-content: center;
                  align-items: center;
                }

                .swiper-partners .swiper-slide__content {
                  position: relative;
                  width: 250px;
                  height: 250px;
                }

                .swiper-partners .swiper-slide__content-img {
                  width: 100%;
                  height: 100%;
                }

                .swiper-partners .swiper-slide img {
                  display: block;
                  width: 100%;
                  height: 100%;
                  object-fit: cover;
                }

                @media (max-width:600px) {
                  .swiper-partners {
                    padding: 0 15px;
                  }

                  .swiper-partners .swiper-slide {
                    max-width: 420px;
                  }

                  .swiper-partners .swiper .swiper-pagination-bullet {
                    width: 40px;
                  }

                  .swiper-partners .swiper-slide .swiper-slide__content {}
                }