.site__footer li:first-child a, .site__footer li:first-child span, .site__footer li:nth-child(2) a, .site__footer li:nth-child(3) a {

font-size: 1rem;

font-family: "freight-sans-pro","Helvetica Neue",Helvetica,Arial,"Lucida Grande",sans-serif;

}



.site__footer li:first-child, .site__footer li:nth-child(2), .site__footer li:nth-child(3) {

border-right: 1px solid #fff;

padding-right: 20px;

margin-right: 20px;

line-height: 1em;

}

@media (max-width: 960px) {
.site__footer li:first-child, .site__footer li:nth-child(2), .site__footer li:nth-child(3) {
    display: block;
    width: 100%;
    padding: 0 0 15px;
    border: none;
}
}