 #section-10 {
     padding: 40px 0;
 }

 .logoSwiper .swiper-slide {
     display: flex;
     justify-content: center;
     align-items: center;
 }

 .logoSwiper img.logo-car {
     width: 180px;
     height: auto;
     transition: opacity 0.3s ease;
 }

 /* .logoSwiper img.logo-car:hover {
            opacity: 1;
        } */