.header {
  color: #001b33;
  text-align: center;
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  margin-bottom: 24px;
}

.subheader {
  color: #001b33;
  text-align: center;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
}

.helper-text {
  color: #757780;
  font-size: 12px;
  font-weight: 400;
  line-height: 16px;
  text-align: center;
  margin-top: 8px;
}

.capitalize-text {
  text-transform: capitalize;
}
