.sitemap h3,
.sitemap ul h3.parent {
    font-weight: var(--sp_fw_bold);
    text-transform: uppercase;
    font-size: 24px;
}

.sitemap ul h3 {
    font-weight: 500;
}

.sitemap ul.child {
    padding-left: 0;
    margin-left: 15px;
}

.sitemap ul.child li {
    list-style: none;
}

.sitemap a:hover{
  color: var(--sp_orange);
}