.hub-container {
    display: flex;
}

.hub-list-container {
    min-width: 25%;
}

.hub-list-title {
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 20px;
}

.hub-list {
    list-style-type: none;
}
.hub-list li {
    padding: 0 0 5px 0;
}