#cfw-coupons-mobile {
    display: none;
    margin-bottom: 0.8em;

  @include media-breakpoint-down(lg) {
    display: block;
  }
}