.trusted-by-logo img[src*="logo7.png"] {
    filter: brightness(0) invert(1) !important;
}

.trusted-by-logo {
    max-width: 180px;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.trusted-by-logo img {
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
}

.trusted-by-logo:first-child {
    max-width: 220px;
    height: 80px;
}

.trusted-by-logo:last-child {
    max-width: 160px;
    height: 50px;
}

.trusted-by-row:nth-child(2) .trusted-by-logo {
    max-width: 160px;
    height: 50px;
}

.trusted-by-row:nth-child(2) .trusted-by-logo:last-child {
    max-width: 180px;
    height: 60px;
}

.trusted-by-row {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 100px;
}

.trusted-by-content {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
    display: flex;
    flex-direction: column;
    gap: 60px;
}

@media (max-width: 768px) {
    .trusted-by-logo {
        max-width: 150px;
        height: 50px;
    }
} 