#logos-container {
    width: 75%;
    justify-self: center;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    grid-template-rows: 1fr 1fr 1fr;
    gap: 2%;
    
    height: fit-content;
    margin-bottom: 0%;
}

.logos {
    place-self: center;
    width: 80%;
}