.sitemap-header.whiteSection {
    padding-top: 15vw;
}

.sitemap-sections.whiteSection {
    padding: 0 10vw 7vw;
}

.sitemap-section {
    margin-bottom: 5vw;
}

.sitemap-section:last-child {
    margin-bottom: 0;
}

.sitemap-section_name {
    font-size: 40px;
    font-size: 2.3vw;
    line-height: 1.2;
    border-bottom: 1px solid #5f5f5f;
    padding-bottom: 1vw;
    margin-bottom: 2vw;
}

.sitemap-subsection {
    margin-bottom: 2vw;
}

.sitemap-subsection:last-child {
    margin-bottom: 0;
}

.sitemap-subsection_name {
    font-weight: 600;
}

.sitemap-section ul li,
.sitemap-subsection ul li,
.sitemap-subsection_name {
    font-size: 20px;
    font-size: 1.25vw;
    line-height: 1.5;
}

.sitemap-section ul.col-2,
.sitemap-subsection ul.col-2 {
    list-style-position: inside;
    -moz-column-count: 2;
    -webkit-column-count: 2;
    column-count: 2;
}

@media screen and (min-width: 1900px) {
    .sitemap-section_name {
        font-size: 50px;
    }

    .sitemap-section ul li,
    .sitemap-subsection ul li,
    .sitemap-subsection_name {
        font-size: 25px;
        line-height: 1.5;
    }
}

@media screen and (max-width: 1100px) {
    .sitemap-section_name {
        font-size: 35px;
        padding-bottom: 15px;
        margin-bottom: 15px;
    }

    .sitemap-section {
        margin-bottom: 25px;
    }

    .sitemap-section ul li,
    .sitemap-subsection ul li,
    .sitemap-subsection_name {
        font-size: 14px;
    }
}

@media screen and (max-width: 600px) {

    .sitemap-header.whiteSection {
        padding-top: 110px;
    }

    .sitemap-section_name {
        font-size: 30px;
    }

    .sitemap-section ul.col-2,
    .sitemap-subsection ul.col-2 {
        column-count: inherit;
    }
}

@media screen and (max-width: 500px) {
    .sitemap-section_name {
        font-size: 25px;
    }
}