/* --Start sitemap--------------- */
.section-sitemap{
    padding: 40px 0;
    background: #fff;
}
@media (min-width: 992px) {
    .section-sitemap {
        padding: 100px 0;
    }
}
    .section-sitemap h2 a {
        font-size: 18px;
        color: #666;
        position: relative;
        margin-bottom: 15px;
        margin-top: 5px;
        padding-left: 10px;
        font-weight: 500;
        display: block;
        border-left: 3px solid #aaa;
    }


.section-sitemap h2 a:hover {
    color: #e70012;
}

.section-sitemap a {
    color: #888;
    transition: all 0.2s ease-in-out;
    cursor: pointer;
    display: block;
}

    .section-sitemap a + a {
        margin-top: 15px;
    }

    .section-sitemap a:hover {
        color: e7001#2;
    }
    /* END sitemap ------------------------------ */