/* Business-only tweaks */

/*.hero-text h2 {
  font-size: 2rem;
}

.service-icon {
  width: 100px;
  height: 100px;
}


*/


/* business-registration.css */
body.page-business .hero {
  padding: 4rem 2rem 5rem; /* spacing like business-home */
}

body.page-business .form-grid {
  display: grid;
  gap: 1rem 1.5rem;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
}

body.page-business .form-grid label {
  display: flex;
  flex-direction: column;
}

body.page-business .hero-subline, 
body.page-business .cta-note {
  text-align: center;
}

body.page-business .benefits .benefit-card {
  font-weight: 500;
}