@include media-breakpoint-up(md) {

  .h-secondary-footer--links li:not(last-child):after {
    content: '|';
    position: absolute;
    right: 0;
  } 
 
  .h-secondary-footer--links li:last-child:after {
    content: '';
  } 

  .h-footer-social-icons {
    li {
      margin-left: 2rem;
    }
  }  

  .h-secondary-footer--links {
    li {
      padding-left: 1rem;
      padding-right: 1rem;
      position: relative;
    }
  }

}