.sitemapWrapper {
    width: 100%;
    margin: 40px 0 20px;
    padding: 40px 0 0;
    background: #f7f7f7;
}
.sitemapWrapper a {
    text-decoration: none;
    color: #003894;
}
.sitemapWrapper a:hover {
    color: #5088ED;
}

.pl-sitemapAreaWrapper {
    clear: both;
    width: 980px;
    margin: 0 auto 54px;
    line-height: 1;
    text-align: left;
}

.pl-sitemapAreaWrapper .pl-sitemapHeadline {
    clear: both;
    margin: 0 0 10px;
    padding: 0 0 5px;
    border-bottom: 2px solid #333;
    color: #333;
    font-size: 16px;
    font-weight: bold;
    line-height: 20px;
}

.pl-sitemapArea {
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    padding-left: 10px;
}

.pl-sitemapAreaWrapper .pl-sitemapArea__item {
    display: inline-block;
    margin: 10px 10px 0 0;
    padding-right: 10px;
    border-right: solid 1px #003894;
}
.pl-sitemapAreaWrapper .pl-sitemapArea__item:last-child {
    border-right: none;
}

.pl-category__item {
    display: inline-block;
    margin: 12px 10px 0 0;
    padding-right: 10px;
    width: 31%;
}

.pl-sitemap_text {
    text-align: center;
    background: #e7e7e7;
    padding: 10px;
    color: #003894;
}