.landing-text {
  display: block;
}
.landing-text h1 {
  color: #082945;
  font-style: normal;
  font-weight: 500;
  letter-spacing: -1px;
}
.landing-text h2, .landing-text h3, .landing-text h4 {
  color: #212529;
  font-style: normal;
  font-weight: 500;
  letter-spacing: -1px;
}

.landing-text p {
  font-family: "Poppins" !important;
  color: #212529;
  font-weight: 400;
  font-style: normal;
  font-size: inherit !important;
  margin-bottom: 0;
  margin-top: 0;
  text-align: inherit;
}

.landing-text h1, h2, h3, h4 {
  font-family: "Poppins-Medium" !important;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 0px;
  font-size: inherit !important;
  text-align: inherit;
  margin-bottom: 0;
  margin-top: 0;
}

.landing-text-align-left p, h1, h2, h3, h4 {
  text-align: left !important;
}

.landing-text-align-center p, h1, h2, h3, h4 {
  text-align: center !important;
}

.landing-text-align-right p, h1, h2, h3, h4 {
  text-align: right !important;
}

.landing-text-align-justify p, h1, h2, h3, h4 {
  text-align: justify !important;
}

/*# sourceMappingURL=landingText.css.map*/