.filter-form {
  &__heading {
    @include media-breakpoint-up(md) {
      &::after {
        content: '';
      }
    }
  }
}