p.sitemap {
    color: var(--color-text-black);
    font-family: var(--font-family-text);
    font-size: 1.25rem;
    font-weight: 800;
}
p.sitemap a {
    font-weight: 600;
    text-decoration: underline;
}
p.sitemap a::after {
    content: "";
    display: inline-block;
    width: 2rem;    height: 1.5rem;

    background-image: url(../../images/arrow-link.svg);
    background-repeat: no-repeat;
    background-position: right center;
    background-size: contain;
    vertical-align: middle;
}

h3 {
    margin-top: 32px;
}
h4 {
    font-size: 1rem;
    font-weight: 800;
}
h5 {
    font-size: 1rem;
    font-weight: 600;
    text-decoration: underline;
}

P + ul {
    margin-top: -16px;
}