.ssu-university-footer {

  li::after {
    content: ' |';
    margin-left: 0.5rem;
  }
  li:last-child::after {
    content: ' ';
  }

}
