
.nw-consignment-left {
  position: relative;
  flex-wrap: wrap;
  order: 2;
  display: flex;
  width: 100%;

  @media screen and (min-width: $screen-max-sm) {
    order: unset;
  }
}
