.outletlist { display: flex; flex-wrap: wrap; clear:both;}
.outlet { width: 100%; padding:10px; margin:5px; border:2px solid #ccc;}
.outlet h4 { margin: 0; font-weight: 700; font-size: 1.2em; }
#locator-filter { margin-bottom: 40px; }
#locator-filter p { font-size:20px; line-height: 30px; margin: 10px !important; text-align:left !important; }

@media screen and (min-width: 480px) {
  .outlet { width: 48%; }
}

@media screen and (min-width: 768px) {
  #locator-filter select { margin-left: 10px; }
  .outlet { width: 32%; }
}