article {
  padding-top: 40px;
  padding-bottom: 40px;
  padding-left: 16px;
  padding-right: 16px;
}
#tutor-registration-wrap {
  padding-top: 16px;
  padding-bottom: 16px;
}
article h1,
article h1 {
  font-size: var(--font-h2);
  text-align: center;
  margin-bottom: 16px;
}
article h2,
article h2 {
  text-align: center;
  font-size: 20px;
  color: var(--primary-900);
  margin-bottom: 16px;
}
button[type='submit'] {
  background: var(--primary-900);
  border-radius: 8px;
  color: var(--white);
}

@media (max-width: 991px) {

}

@media (max-width: 478px) {
    
}