.logo-list {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 30px;
}

.logo-list span svg,
.logo-list span img{
    width: 220px;
    max-width: 100%;
    height: auto;
}