.sitemap ul li {
    color: #142749;

}

.sitemap ul li a {
    color: #142749;
    overflow: hidden;
    white-space: normal;
    font-family: 'WorkSans-Regular';
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 1.9;
    text-decoration-line: underline;
    margin-left: 20px;
}

.sitemap ul li ul li a {
    font-weight: 400;
}

.sitemap ul li:hover,
.sitemap ul li a:hover {
    color: #006937;
}