/*#html-sitemap .sitemap-links {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    padding-top: 8px;
    padding-bottom: 30px;
    margin: 0 -10px;
}*/
#html-sitemap .sitemap-links {
    width: 100%; 
    float: left;
    box-sizing: border-box;
    position: relative;
    z-index: 1;
    columns: 3;
    background: white;
    padding-top: 18px;
    padding-bottom: 30px;
}
#html-sitemap .amp-bg-not-epson-grey {
    background-color: #f1f3f5; /*#CBD0DB;*/
    display: flex;
    width: 100%;
}

#html-sitemap h2 {
    margin: 0;
    padding: 20px 0;
}

#html-sitemap a {
    display: block;
    flex: 0 1 100%;
    padding: 0 10px 10px 0;
}
@media (min-width: 1024px) {
    #html-sitemap .sitemap-links {
        padding-top: 28px;
        padding-bottom: 60px;
    }
    #html-sitemap a {
        flex: 0 1 33.33%;
    }
    #html-sitemap h2 {
        padding: 40px 0;
    }
}