section.sitemap .row {

    row-gap: 24px;

}



section.sitemap .box__body {

    display: flex;

    flex-direction: column;

    padding: 10px;

}



section.sitemap .box__body a {

    padding: 10px 20px;
    font-family: var(--font-worksans-regular);
    font-size: 16px;
}



section.sitemap .box__heading {

    padding: 20px;

}



section.sitemap .box__heading h2 {

    font-size: 30px;

}



section.sitemap .sitemap__box {

    border: 1px solid #D6B448;

}

section.sitemap .box__body a:hover {
    color: #D6B448;
    text-decoration: underline;
}