  .data-entries-filter .filters-container {
    width: 100%;
  }
  
  .data-entries-filter .results-container {
    width: 100%;
  }
  
	.list-unstyled li {
	width:50%;
		padding:0px 5px;
	}

	.data-entry-description h3 {
	font-size: 2rem;
	}
	

 @media (min-width: 768px) {
  
  :root {
    --sb-itemgrid-cols: 2;
    --sb-grid-gap: 20px
  }   
	  
	.list-unstyled li {
	width:33%;
	}
	  	  
  }


  @media (min-width: 992px) {
  
  :root {
    --sb-itemgrid-cols: 3;
    --sb-grid-gap: 20px
  }   

	.list-unstyled li {
	width:25%;
	}
	  
	  
  }