﻿.section_sitemap {
    margin: 0px 0px 20px 0px;
}

    .section_sitemap h4 {
        font-style: normal;
        font-weight: 600;
        font-size: 13px;
        line-height: 26px;
        color: #000000;
        margin-bottom: 5px;
        margin-top: 15px;
    }

    .section_sitemap a {
        font-style: normal;
        font-weight: normal;
        font-size: 13px;
        line-height: 26px;
        color: #115A9C;
        display: block;
    }

    .section_sitemap h1 {
        font-style: normal;
        font-weight: bold;
        font-size: 80px;
        line-height: 120px;
        color: #000;
    }

@media (max-width: 767px) and (min-width: 320px) {
    .section_sitemap h1 {
        font-style: normal;
        font-weight: bold;
        font-size: 30px;
        line-height: 35px;
        color: #000;
    }
}
