/* footer links border  */

li.copyright__item:before {

content: " | ";
position: relative;
right: 16px;

}

li.copyright__item:first-child:before {
content: none;
}

/* footer links border  */