.ker-sponsors {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(130px, 1fr));
    align-items: center;
    gap: 20px;
    width: 100%;
}

.ker-sponsors__item {
    min-width: 0;
    min-height: 96px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 14px;
}

.ker-sponsors__item a {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
}

.ker-sponsors__logo {
    display: block;
    width: auto;
    max-width: 100%;
    height: auto;
    max-height: 74px;
    object-fit: contain;
}

.ker-sponsors__item--master .ker-sponsors__logo {
    max-height: 92px;
}

.ker-sponsors__fallback {
    font: inherit;
    font-weight: 700;
    text-align: center;
}
