footer ul {
    list-style: none;
    margin: 0;
    padding: 0;
}
footer ul li {
    padding: 8px 0;
}
footer ul li a {
    color: #8a8c8d;
    font-size: 18px;
}
footer ul li a:hover {
    color: #fff;
}
footer a.icon {
    background: #272728;
    height: 45px;
    width: 45px;
    display: inline-flex;
    -moz-transition: all 0.33s ease;
    -webkit-transition: all 0.33s ease;
    -o-transition: all 0.33s ease;
    transition: all 0.33s ease;
    text-align: center;
}
footer a.icon:hover {
    background-color: #96694c;
    text-decoration: none;
}
footer .fab {
    align-self: center;   
    font-size: 26px;
    margin: 0 auto;
}
footer .legal-line {
    line-height: 45px;   
    font-size: 13px;
}
.footer-col-title:after {
    width: 0;
    height: 1px;
    background-color: #96694c;
    content: "";
    position: absolute;
    left: 0;
    top: 100%;
    z-index: 1;
    width: 60px;
    height: 3px;
}