
.mobile-hero {
  min-height: 20vh;
  padding: 32px 18px;

  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;

  text-align: center;
}

.mobile-hero h1 {
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 20px;
}

#population {
  font-size: 40px;
  font-weight: 700;
  color: #0a9f6c;
  font-variant-numeric: tabular-nums;
  line-height: 1.1;
}

.subtitle {
  margin-top: 14px;
  font-size: 10px;
  color: #666;
}