//mobile
.link-list-wrapper {
  &.it25-linklist-default {
    ul {
      li {
        border-bottom: 1px solid $border-color;
      }
    }
  }
  .link-list-heading {
    color: $it25-gray;
    text-transform: uppercase;
  }
  h3 {
    color: $it25-gray;
    text-transform: uppercase;
  }
}
