@layer components {
  .b2b-hero {
    display: flex;
    flex-direction: column;
    justify-content: center;
    min-height: calc(100dvh - var(--header-height));
  }

  .b2b-cols__grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
    gap: var(--space-6);
  }

  .b2b-process__note {
    max-width: 720px;
    margin: 0 auto;
  }
}
