.companies {
    background: #0D0F1A;
}

.companies__items {
    display: flex;
    justify-content: space-between;
    align-items: center;
    min-height: 155px;
    max-width: 1178px;
    margin: 0 auto;
}

.companies__item {
    display: flex;
}

@media (max-width: 1100px) {
    .companies__items {
        padding: 30px 0;
        justify-content: center;
        flex-wrap: wrap;
        column-gap: 40px;
        row-gap: 24px;
    }
}