.logo-grid {
    margin-top: 20px;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
    align-items: center;
    justify-items: center;
}

.logo-grid img {
    max-width: 350px;
    max-height: 250px;
    object-fit: contain;
}

.logo-center {
    display: flex;
    justify-content: center;
}
