.footermenu__list {
    list-style: none;
    padding: 0;
    margin: 0;
    column-count: 2;
    li {
        min-width: 163px;
        margin-bottom: 20px;
    }
    li.still-have-issues {
        a {
            font-weight: 700;
            color: #9d0000 !important;
        }
    }
}