.nova-bss-b2b-register-page {
  background-color: var(--color-sand);
  padding: 10rem 0;
}

.nova-bss-b2b-register-page .grid {
  display: flex;
  flex-direction: column;
}

.nova-bss-b2b-register-page .grid__item {
  width: 100%;
  max-width: 100%;
}

.nova-bss-b2b-register-page h1 {
  color: var(--color-black);
  text-align: center;
  font-size: 5rem;
  max-width: 49rem;
  margin: 0 auto 3rem;
}
