.title, #sitemap p {
    font: bold 20px arial,helvetica,sans-serif;
    }
    #sitemap h2{
        font: bold 34px arial, helvetica, sans-serif;
        background: none;
        color: #666666;
        border-bottom: 1px solid #E1E1E1;
    }
    #sitemap .section{
        height: inherit;
        overflow: hidden;
        padding: 20px 0;
        width: 794px;
        margin: 0 auto;
    }
    #sitemap .section:after{
        content: "";
        clear: both;
    }
    #sitemap ul {
         /* float: left; */
         height: inherit;
         padding: 0px 20px;
    }
    .sitemap ul {
        display: flex;
        flex-direction: row;
        justify-content: start;
        flex-wrap: wrap;
    }
    .sitemap ul li {
        width: 303px;
    }
    #sitemap ul li {
        text-transform: capitalize;
        margin-bottom: 15px;
    }
    #sitemap ul li:before {
        position: relative;
        top: 1px;
        display: inline-block;
        font-family: "Glyphicons Halflings";
        font-style: normal;
        font-weight: 400;
        line-height: 1;
        -webkit-font-smoothing: antialiased;
        content: "\e080";
        margin-top: 5px;
        margin-bottom: 10px;
        margin-right: 10px;
        font-size: 12px;
    }
    .row-wrapper {
        padding: 30px 0px;
    }
    a:link, li a:visited{
        color: #373737;
    }

@media (max-width: 480px) {
    .sitemap ul li {
        width: 250px;
    }
}
