.industry-col-one ul {
    column-count: 1;
}

.industry-col-two ul {
    column-count: 2;
}

.industry-col-three ul {
    column-count: 3;
}
.industry-col-four ul {
    column-count: 4;
}
.industry-cols ul {
    column-width: 225px;
    column-gap: 3em;
}