@media screen and (min-width: 768px) {
.sitemapWrap .sitemapFlex {
    display: flex;
    justify-content: flex-start;
    margin: 0 0 0 12px;
}

.sitemapWrap .sitemapFlex > li {
    width: 33%;
}
}

@media screen and (max-width: 767px) {
    .icmdtp-sitemapItem.sitemapWrap .sitemapFlex {
        margin: 0;
    }
}