.performance-list {
  &--item {
    @include media-breakpoint-up(lg) {
      border: none !important;
    }

    &:last-of-type {
      border: none !important;
    }
  }
}