body > footer {
    background-color: #3b3b39;
    padding: 35px;
}

body > footer > ul {
    list-style-type: none;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    margin: 0 auto;
    padding: 0;
    text-align: center;
}

body > footer li {
    border-right: .0625rem solid #565656;
    padding: 0 24px;
}

body > footer li:last-of-type {
    border-right: none;
}

body > footer * {
    color: #fff !important;
}

body > footer a {
    text-transform: uppercase;
}

body > footer a:hover {
    color: #5AC4BE !important;
}