@media (min-width: 768px) {
    .phoenix-group-company-logos .wpb_row {
        flex-wrap: nowrap;
    }
    .phoenix-group-company-logos .wpb_column:first-child {
        width: 25%;
    }
}

.phoenix-group-company-logos .wpb_column:not(:first-child) img {
    max-height: 35px;
    max-width: 100%;
    width: auto;
}