#sitemap_content{
    padding-top: 60px;
    padding-bottom: 80px;
}

.pages_list{
    width: 100%;
    column-count: 2;
    column-gap: 140px !important;
    column-rule-style: solid;
    column-rule-width: 2px;
    column-rule-color: var(--color-separator);
}

.href-elem > a{
    line-height: 200%;
}

.href-elem > ul{
    list-style-type: circle;
}

.first{
    list-style-type: disc;
    padding: 5px;
}

.first:hover{
    background-color: var(--career__header-bg) !important;
}

.second{
    list-style-type: circle;
    padding: 2px;
    margin-left: 50px;
}

.second:hover{
    background-color: var(--career__header-bg) !important;
}

/*  MOBILE  */
@media screen and (min-width: 0px) and (max-width: 900px) {
    #basic_header h1 {
        margin: 0 auto;
        font-size: 28px;
    }
    .pages_list{
        column-count: 1;
    }
}