
.sitemap-box-head > .heading__h4 {
    margin-top:0;
}
.text-wrap.desc{
    font-size: 14px;
    color: #525359 !important;
}

@media screen and (min-width: 960px) {
    .indent-down{
        padding-left: 24px;
    }
    
}

@media screen and (max-width: 959px) {
    .sitemap-box-head > .heading__h4 {
        padding-top:19px;
        padding-bottom:19px;
        padding-right: 19px;
    }
    .text.text--big .sitemap-box-head__link-text::after {
        display:inline-block;
        position:static;
        transform:none;
        margin-left:6px;
    }
    .text-wrap{
        margin: 0px 20px 20px 0;
    }
}