/* body {
    font-family: Arial, sans-serif;
    text-align: center;
    background-color: #f8f8f8;
} */

.partners-container {
    font-family: 'Champions', sans-serif;
    width: 100%;
    margin: auto;
    padding: 20px;
    background-color: #f8f8f8;
}

.swiperr {
    width: 100%;
    padding: 60px 0;
}
.partners-container {
    width: 100%;
    margin: auto;
    padding: 40px;
    background-color: #f8f8f8;
}

.swiper {
    width: 100%;
    padding: 20px 0;
}

.swiper-slide {
    display: flex;
    justify-content: center;
    align-items: center;
}

.swiper-slide img {
    max-width: 150px;
    height: auto;
    transition: transform 0.3s;
}

.swiper-slide img:hover {
    transform: scale(1.1);
}

.swiper-button-prev,
.swiper-button-next {
    background-color: rgba(0, 0, 0, 0.5);
    color: white;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.swiper-button-prev:hover,
.swiper-button-next:hover {
    background-color: rgba(0, 0, 0, 0.8);
}