/* Offices Available Block */

@media (max-width: 768px) {
  .offices-available-row {
    grid-template-columns: 1fr !important;
  }

  /* Stack: text column first (header > text > button), image second */
  .offices-available-row > section:first-child {
    order: 1;
  }
  .offices-available-row > section:last-child {
    order: 2;
  }
}
