#sitemap ul.productsList{
    padding: 10px 0 50px;
}

.linksList{
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
}

.linksList .Section{
    width: calc((100% - 30px) / 2);
}


.linksList .Section ul.LinkListStyle1{
    margin-bottom: 0;
}


@media screen and (max-width: 767px) {
    .JS h2{
        margin: 0 -0 5px;
    }
}


@media screen and (max-width: 579px) {
    .JS h2{
        margin: 0 -15px 5px;
    }
    
    .linksList{
        flex-direction: column;
    }

    .linksList .Section{
        width: 100%;
    }
}