footer {
    padding: 1rem 1rem;
    margin-top: 1.875rem;
    background: #e3e3e3;
    color: #666;
}

footer ul {
    list-style-type: none;
}

footer ul li a {
    padding: .5rem 0;
    display: block;
    color: #555;
    border-bottom: 1px solid #C4C4C4;
    text-decoration: none
}

a {
    color: #009be1;
    line-height: inherit;
    text-decoration: none;
}

footer ul li:last-child {
    border-right: none;
}


@media only screen and (min-width: 760px)
{
    footer {
        display: flex;
        align-content: center;
        justify-content: flex-end;
    }
    footer ul li:first-child {
        padding-left: 0;
    }
    footer ul li {
        display: inline;
        padding: 0 .625rem;
        border-right: 1px solid #C3C3C3;
    }
    footer ul li a {
        border: none;
        padding: 0;
        display: inline-block;
        text-decoration: none
    }
}
