#sitemap{margin:0;padding:5px;display:grid;grid-template-columns:repeat(1, 1fr);gap:24px;margin-bottom:20px}@media only screen and (min-width: 576px){#sitemap{grid-template-columns:repeat(2, 1fr)}}@media only screen and (min-width: 1220px){#sitemap{grid-template-columns:repeat(3, minmax(0, 1fr))}}#sitemap h1{grid-column:1 / 2;margin-bottom:0 !important}@media only screen and (min-width: 576px){#sitemap h1{grid-column:1 / 3}}@media only screen and (min-width: 1220px){#sitemap h1{grid-column:1 / 4}}#sitemap h2{grid-column:1 / 2;margin:0px !important}@media only screen and (min-width: 576px){#sitemap h2{grid-column:1 / 3}}@media only screen and (min-width: 1220px){#sitemap h2{grid-column:1 / 4}}#sitemap .type{border:1px solid #e5e5e5;padding:0 15px 15px 15px}
