﻿.revSwiper {
                  max-width: 1300px;
                  margin: 0 auto;
                }

                .revSwiper .swiper {
                  width: calc(100%);
                  height: 500px;
                }

                .revSwiper .swiper .swiper-wrapper {
                  align-items: stretch;
                }

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

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

                .revSwiper .swiper-slide {
                  padding-top: 20px;
                  max-width: 408px;
                  width: 100%;
                  text-align: center;
                  display: flex;
                  justify-content: center;
                  align-items: center;
                }

                .revSwiper .swiper-slide__content {
                  position: relative;
                  padding: 50px 30px;
                  padding-top: 90px;
                  height: 180px;
                  background-color: #f5f5f5;
                  border-radius: 30px;
                }

                .revSwiper .swiper-slide__content-img {
                  position: absolute;
                  left: 50%;
                  transform: translateX(-50%);
                  top: -63px;
                  margin: 0 auto;
                  width: 126px;
                  height: 126px;
                  border-radius: 50%;
                  overflow: hidden;
                }

                .revSwiper .swiper-slide__content-desc h3 {
                  margin-bottom: 25px;
                  color: #333333;
                  font-size: 22px;
                  font-family: 'Unbounded', sans-serif;
                  url("fonts/Unbounded-Black.woff") format("woff");
                  line-height: 34px;
                  font-weight: 400;
                }

                .revSwiper .swiper-slide__content-desc p {
                  color: #333333;
                  font-size: 12px;
                  font-family: 'Montserrat', Arial, sans-serif;
                  line-height: 19px;
                  font-weight: 400;
                }

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

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

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