.logos-inner {
    display: var(--display-flex);
    flex-wrap: var(--flex-wrap);
    justify-content: center;
    row-gap: 30px;
    column-gap: 172px;
}

.logo-item {
    width: 160px;
    flex-shrink: 0;
    text-align: center;
}

.logo-image img {
    display: block;
   width: var(--width-100);
    height: var(--height-auto);
    object-fit: contain;
}