
.header {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 0px;
  font-style: normal;
  color: #000000 !important;
}
.header > h2 {
  font-style: normal;
  font-weight: 600;
  font-size: 28px;
  line-height: 150%;
  display: flex;
  align-items: center;
  text-align: center;
  color: #000000 !important;
}

.header > h1 {
  font-style: normal;
  font-weight: 600;
  font-size: 48px;
  line-height: 150%;
  display: flex;
  align-items: center;
  text-align: center;
  color: #000000 !important;
}

.header > h3 {
  text-align: center;
  color: #ff9e40;
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  margin: 0;
  line-height: 36px;
  color: #000000 !important;
}
.header > p {
  font-style: normal;
  width: 80%;
  font-weight: 400;
  font-size: 24px;
  line-height: 150%;
  justify-content: left;
  align-items: left;
  color: #000000 !important;
  flex-grow: 0;
  margin: 16px 0px;
}
