/* Match the Miami location page's industry-card container at every
   breakpoint, overriding the Dallas template's legacy 90% row width. */
html body .dallas-industry-card-grid {
  width: 100% !important;
  max-width: 1200px !important;
}

@media (max-width: 767px) {
  html body .dallas-industry-card-grid {
    padding-bottom: 0 !important;
  }
}
