
footer hr{
    margin: 2rem 0;
}

div.foot-wrap{
    display: flex;
    flex-wrap: wrap;
    padding: 0 2%;
}

div.foot-wrap > div{
    text-align: center;
    padding: 15px 0;
    flex: 1 1 auto;
}

div.foot-wrap ul li{
    font-size: 11px;
    color: #525252;
}

div.foot-wrap ul li a{
    text-decoration: none;
    color: #525252;
}

.foot-title{
    font-weight: 700;
    font-size: 11.5px;
    line-height: 1.2;
    letter-spacing: .25em;
    text-transform: uppercase;
    color: #222;
    margin-bottom: 10px;
}