@media screen and (min-width: 1200px) {
  .price_filter_range.grid {
    grid-template-columns: repeat(4, 1fr);
  }
}
