  /* Layout-only cleanup for rep cards */
    .offices-grid {
      display: flex;
      flex-wrap: wrap;
      margin-left: -1.408450704225352%;
    }

    .offices-grid>.widget-span {
      float: none !important;
      display: block;
      width: 31.164383561643834% !important;
      margin-left: 1.408450704225352% !important;
      margin-bottom: 24px;
      vertical-align: top;
    }

    .offices-grid .cell-wrapper {
      height: 100%;
    }

    .offices-grid .hs_cos_wrapper_type_rich_text {
      display: block;
      height: 100%;
      padding: 18px;
      border: 1px solid #d9d9d9;
      background: #fff;
      box-sizing: border-box;
    }

    .offices-grid h4 {
      margin-top: 0;
    }

    @media (max-width: 767px) {
      .offices-grid>.widget-span {
        width: 100% !important;
        margin-left: 0 !important;
      }
    }