.hero .eyebrow {
  font-size: clamp(16px, 1.45vw, 21px);
  letter-spacing: .14em;
}

.product .title-row {
  gap: 0;
}

.download-grid {
  grid-template-columns: minmax(0, 820px);
  justify-content: center;
  text-align: center;
}

.download-grid .store {
  margin-inline: auto;
}
