body.enhanced_listing_page .enhanced-card-view .views-infinite-scroll-content-wrapper {
  display: grid;
  grid-template-columns: var(--grid-two-columns);
}
body.enhanced_listing_page .enhanced-card-view .views-infinite-scroll-content-wrapper::before {
  content: none;
}

@media screen and (max-width: 991px) {
  body.enhanced_listing_page   .enhanced-card-view   .views-infinite-scroll-content-wrapper {
    grid-template-columns: var(--grid-two-columns);
  }
}
@media screen and (max-width: 767px) {
  body.enhanced_listing_page   .enhanced-card-view   .views-infinite-scroll-content-wrapper,
  .full-width-banner   .region--fullwidth-banner   .trendingblocks   .trending-item-wrap {
    display: grid;
    grid-template-columns: var(--grid-one-column);
    gap: 12px;
    justify-items: center;
  }
}
@media screen and (min-width: 601px) and (max-width: 767px) {
  body.enhanced_listing_page   .enhanced-card-view   .views-infinite-scroll-content-wrapper {
    grid-template-columns: var(--grid-two-columns);
    gap: 12px;
  }
}
