@media (max-width: 991px) {
   .about .about-content .container .about__content-id-1 .content .content-slider .swiper .swiper-wrapper .swiper-slide {
      height: 117px;
   }
}

@media (max-width: 768px) {
   .about .about-content .container .about__content-id-1 .content .content-slider .swiper .swiper-wrapper .swiper-slide {
      height: 83px;
   }
}

@media (max-width: 1024px) {
   .about .about-content .container .about__content-id-1 .content .content-slider .swiper .swiper-wrapper .swiper-slide a img {
      max-height: 80px;
   }
}

@media (max-width: 991px) {
   .about .about-content .container .about__content-id-1 .content .content-slider .swiper .swiper-wrapper .swiper-slide {
      height: 83px;
   }
}