body.hardware-index-page .page-hero .lead {
  max-width: 760px;
}

body.hardware-index-page .content-page {
  align-items: center;
}

body.hardware-index-page .category-link-grid {
  margin-top: 18px;
}

body.hardware-index-page .category-link {
  min-height: 138px;
}

body.hardware-index-page .category-link::after {
  content: "›";
  position: absolute;
  right: 18px;
  top: 18px;
  color: var(--faint);
  font-size: 1.4rem;
}

body.hardware-index-page .section-heading + .table-shell {
  margin-top: 18px;
}

body.hardware-index-page .table-shell {
  border-radius: 22px;
}

@media (min-width: 721px) {
  body.hardware-index-page .page-section:nth-of-type(2) .category-link-grid,
  body.hardware-index-page .page-section:nth-of-type(3) .category-link-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  }
}

@media (max-width: 720px) {
  body.hardware-index-page .page-hero {
    text-align: left;
  }

  body.hardware-index-page .eyebrow {
    margin-left: 0;
    margin-right: 0;
  }

  body.hardware-index-page .category-link {
    min-height: 0;
  }
}