.sponsors {
    position: relative;
    background: #ECECEC;
    color: var(--brand-green-dark);
    padding: 36px 0 48px;
    text-align: center;
}

.sponsors__title {
    margin: 0 0 28px;
    font-size: var(--brand-font-lg);
    font-weight: 700;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    color: var(--brand-green-dark);
}

.sponsors__swiper {
    position: relative;
    overflow: hidden;
    height: 110px;
    padding: 0 24px;
    box-sizing: border-box;
}

.sponsors__swiper > .swiper-wrapper {
    height: 110px;
    align-items: center;
    transition-timing-function: linear !important;
}

.sponsors__slide {
    display: flex !important;
    align-items: center;
    justify-content: center;
    height: 110px;
    padding: 0 16px;
    box-sizing: border-box;
}

.sponsors__logo {
    max-width: 100%;
    max-height: 70%;
    width: auto;
    height: auto;
    object-fit: contain;
    object-position: center;
    opacity: 0.85;
    transition: opacity 0.2s;
    user-select: none;
    -webkit-user-drag: none;
}
.sponsors__logo:hover { opacity: 1; }

@media (max-width: 768px) {
    .sponsors { padding: 28px 12px 36px; }
    .sponsors__swiper { height: 90px; padding: 0 12px; }
    .sponsors__swiper > .swiper-wrapper { height: 90px; }
    .sponsors__slide { height: 90px; padding: 0 10px; }
}
