.sitemap .wrapper{width:90%;max-width:1280px;margin:0 auto;height:100%;-webkit-transition:width .5s ease;transition:width .5s ease;padding-left:0;padding-right:0}
.sitemap .category{display:flex;flex-wrap:wrap}
.sitemap .category .col{margin:10px 10px 10px 10px}
.sitemap ul{list-style-type:none;margin:0}
.sitemap .category-heading{margin-top:20px}
.sitemap h1,.sitemap h2{color:#000;font-weight:600;margin:0}
.sitemap h1{font-size:56px}
@media(max-width:480px){.sitemap h1{font-size:32px}
}
.sitemap h2{font-size:40px}
@media(max-width:480px){.sitemap h2{font-size:24px}
}
.sitemap .link-secondary{font-size:18px}