.dashboard-feature-pair {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 22px;
  margin: 24px 0;
}

.dashboard-feature-pair > .dashboard-machine,
.dashboard-feature-pair > .community-hero {
  min-height: 440px;
  height: 100%;
  margin: 0;
  padding: 34px 36px;
}

.dashboard-feature-pair > .dashboard-machine {
  grid-template-columns: minmax(0, 1fr) 145px;
  gap: 18px;
}

.dashboard-feature-pair .dashboard-machine h2,
.dashboard-feature-pair .community-hero h2 {
  font-size: clamp(2rem, 2.8vw, 3.25rem);
}

.dashboard-feature-pair .dashboard-machine-wheel i {
  width: 125px;
  height: 125px;
  box-shadow: 0 0 0 18px #ffffff0d;
}

.dashboard-feature-pair .dashboard-machine-wheel b {
  width: 76px;
  height: 76px;
}

.dashboard-feature-pair .dashboard-machine-wheel span { font-size: 2rem; }
.dashboard-feature-pair .dashboard-machine-proof {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.dashboard-feature-pair .dashboard-machine-proof span {
  padding: 10px;
  font-size: .78rem;
}

.dashboard-feature-pair .community-hero {
  grid-template-columns: minmax(0, 1.15fr) minmax(145px, .65fr);
}

.dashboard-feature-pair .community-hero p { max-width: 520px; }

@media (max-width: 1100px) {
  .dashboard-feature-pair { grid-template-columns: 1fr; }
  .dashboard-feature-pair > .dashboard-machine,
  .dashboard-feature-pair > .community-hero { min-height: 380px; }
}

@media (max-width: 650px) {
  .dashboard-feature-pair > .dashboard-machine,
  .dashboard-feature-pair > .community-hero {
    min-height: 0;
    padding: 29px 24px;
  }

  .dashboard-feature-pair > .dashboard-machine,
  .dashboard-feature-pair > .community-hero { grid-template-columns: 1fr; }
  .dashboard-feature-pair .dashboard-machine-wheel,
  .dashboard-feature-pair .community-orbit { display: none; }
  .dashboard-feature-pair .dashboard-machine-proof { grid-template-columns: 1fr; }
}
