.bx_sitemap ul {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: flex-start;
    padding: 0 !important;
    margin: 0 -5px !important;
}

.bx_sitemap a {
    display: flex;
    align-items: center;
    justify-content: center;
    background: #1485ce;
    border-radius: 18px;
    box-sizing: border-box;
    padding: 5px 15px;
    margin: 0 5px 10px;
    color: white!important;
}
.bx_sitemap a span{
    margin-left: 5px;
}

.bx_sitemap li {
    display: block;
}

.bx_sitemap li a {
    font-size: 15px;
    font-weight: bold;
}

.bx_sitemap a:hover {
    background: black;
}

.bx_sitemap li h2 a:hover {
    background: #53A4D8;
}