.partners__item {
    display: block;
    padding: 0 7px;
    text-align: center;
}

.partners__card {
    align-items: center;
    background: #fff;
    border: 1px solid #e5e8eb;
    border-radius: 6px;
    display: flex;
    flex-direction: column;
    gap: 10px;
    justify-content: center;
    min-height: 112px;
    padding: 16px 14px 14px;
    width: 100%;
}

.partners__logo {
    align-items: center;
    display: flex;
    height: 48px;
    justify-content: center;
    width: 100%;
}

.partners__logo img {
    display: block;
    max-height: 42px;
    max-width: 120px;
    object-fit: contain;
}

.partners__name {
    color: #40444a;
    font-size: 13px;
    font-weight: 400;
    line-height: 1.3;
}

.partners__item:hover .partners__name {
    color: #40444a;
}
.partners .section-title { font-weight: 400; }
.partners__name { font-size: 12px; font-weight: 400; }
