.sitemap {
  margin-bottom: 190px;
}
.sitemap .sitemap-item {
  margin-bottom: 60px;
}
.sitemap .sitemap-item:last-child {
  margin-bottom: 0;
}
.sitemap .sitemap-item h2 {
  margin: 30px 0 25px;
}
.sitemap .sitemap-item h2 a {
  color: #302668;
  font-family: "Poppins-medium", "Arial", sans-serif;
  font-size: 25px;
  font-weight: 500;
  line-height: 40px;
  text-decoration: underline;
}
.sitemap .sitemap-item ul {
  margin: 0;
  padding-left: 23px;
}
@media screen and (min-width: 544px) {
  .sitemap .sitemap-item ul {
    -webkit-column-count: 2;
       -moz-column-count: 2;
            column-count: 2;
  }
}
@media screen and (min-width: 768px) {
  .sitemap .sitemap-item ul {
    -webkit-column-count: 3;
       -moz-column-count: 3;
            column-count: 3;
  }
}
.sitemap .sitemap-item ul li {
  margin: 0 0 15px;
  list-style: disc;
}
.sitemap .sitemap-item ul li ul {
  margin-top: 15px;
}
@media screen and (min-width: 544px) {
  .sitemap .sitemap-item ul li ul {
    -webkit-column-count: initial;
       -moz-column-count: initial;
            column-count: initial;
  }
}
.sitemap .sitemap-item a {
  color: #BE4BBC;
  font-size: 18px;
  line-height: 24px;
  font-weight: 600;
  text-decoration: none;
}
.sitemap .sitemap-item a:hover {
  text-decoration: underline;
}
/*# sourceMappingURL=../../sourcemaps/pages/sitemap.css.map */
