.sitemap {

}

.sitemap h1{
    text-align: center;
    color: #192c28;
}
.sitemap h2 {
  color: #192c28;
}
.sitemap h3 {
  color: #192c28;
}

.sitemap ul {
  padding-left: 36px;
  margin-bottom: 20px;
}

.sitemap h3 {
  display: flex;
  gap: 20px;
  align-items: center;
}

.sitemap h3::before {
  width: 10px;
  height: 10px;
  background-color: #9786F8;
  content: "";
}

.sitemap ul li {
  display: flex;
  gap: 20px;
  align-items: center;
}

.sitemap ul li::before {
    width: 10px;
    height: 10px;
    background-color: #9786F8;
    content: "";
}

.sitemap-category {
  padding-left: 20px;
}