.mai-logos {
    text-align: center;
    padding: 3rem 1rem;
    background: #fff;
}

.mai-logos__headline {
    font-size: 1.5rem;
    color: #141313;
    margin-bottom: 2rem;
    font-weight: 500;
}

.mai-logos__wrapper {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    gap: 2.5rem;
}

.mai-logos__item img {
    max-height: 45px;
    max-width: 140px;
    opacity: 0.7;
    transition: opacity 0.2s ease;
}

.mai-logos__item img:hover {
    opacity: 1;
}

@media (max-width: 768px) {
    .mai-logos__wrapper {
        gap: 1.5rem;
    }
    .mai-logos__item img {
        max-height: 35px;
    }
}
