@media (max-width: 992px) {
  .om {
    padding: 48px 16px;
  }

  .om-rail {
    flex-direction: column;
    height: auto;
    gap: 12px;
  }

  .om-panel {
    flex: 0 0 86px !important;
    min-width: 0;
    width: 100%;
    height: 86px;
    min-height: 86px;
    transition: height 0.45s cubic-bezier(0.4, 0, 0.2, 1), flex-basis 0.45s cubic-bezier(0.4, 0, 0.2, 1);
  }

  .om-panel[data-active] {
    flex-basis: auto !important;
    height: auto;
    min-height: 0;
  }

  .om-panel__collapsed {
    display: flex;
    align-items: center;
    gap: 14px;
    padding: 0 18px;
    text-align: left;
  }

  .om-panel__icon,
  .om-panel__vlabel,
  .om-panel__plus {
    position: static;
    transform: none;
  }

  .om-panel__vlabel {
    flex: 1;
    width: auto;
  }

  .om-panel__plus {
    flex-shrink: 0;
    margin-left: auto;
  }

  .om-panel__expanded {
    position: relative;
    inset: auto;
    min-height: 0;
    padding: 32px 20px 96px;
  }

  .om-panel__chip {
    position: static;
    justify-content: flex-end;
    margin-bottom: 24px;
  }

  .om-panel__lockup,
  .om-panel__arrow,
  .om-panel__quote,
  .om-panel__cta,
  .om-panel__nav {
    position: static;
  }

  .om-panel__lockup {
    align-items: center;
    gap: 12px;
    margin-bottom: 20px;
  }

  .om-panel__title-group {
    align-items: center;
    white-space: normal;
  }

  .om-panel .title {
    font-size: 32px;
    line-height: 1.05;
  }

  .om-panel__title-dot {
    margin-bottom: 0;
    flex-shrink: 0;
  }

  .om-panel__arrow {
    margin-bottom: 16px;
  }

  .om-panel__quote {
    width: auto;
    font-size: 21px;
    line-height: 1.3;
    margin-bottom: 28px;
  }

  .om-panel__cta {
    margin-top: 30px;
    flex-wrap: nowrap;
  }

  .om-panel__nav {
    position: absolute;
    right: 20px;
    bottom: 24px;
    gap: 10px;
  }

  .om-model,
  .om-brand,
  .om-sectors,
  .om-body {
    position: static;
    width: auto;
  }

  .om-model__cols,
  .om-sectors__cols {
    flex-direction: column;
    gap: 18px;
  }

  .om-sectors__col {
    gap: 12px;
  }
}

@media (max-width: 1200px) {
  .vc__grid {
    height: auto;
  }
}
