@media(min-width: 992px) {
    #help-widget {
        max-width: 400px;
    }

    .sortable>.col #help-widget {
        margin-left: auto;
        margin-right: auto;
    }
    .sortable>.col:first-child #help-widget {
        margin-left: 0;
        margin-right: auto;
    }
    .sortable>.col:last-child #help-widget {
        margin-left: auto;
        margin-right: 0;
    }
}

#help-widget .section-title {
    display: flex;
}

#help-widget li {
    list-style-type: square;
    list-style-position: inside;
    text-indent: -1em;
    padding-left: 1em;
}

#help-widget .material-icons {
    padding-right: 10px;
}