#main .hero-section {
  min-height: 100vh;
  background: url("/images/backgrounds/main/about-us/landing-section-background.png");
  background-position: center bottom;
  background-repeat: no-repeat;
  background-size: cover;
}

#main .hero-section .section-wrapper {
  width: 90%;
  padding: 200px 0 150px;
}

#main .hero-section .section-wrapper .heading {
  font-family: Poppins;
  font-style: normal;
  font-weight: bold;
  font-size: 30px;
  line-height: 87px;
  text-align: center;
  text-transform: uppercase;
  color: #FFFFFF;
  text-shadow: 0.5px 0.5px #000;
}

#main .hero-section .section-wrapper .quote {
  font-family: Poppins;
  font-style: normal;
  font-weight: bold;
  font-size: 85px;
  line-height: 140%;
  text-align: center;
  text-transform: uppercase;
  color: #FFFFFF;
  max-width: 950px;
  margin: auto;
  text-shadow: 0.5px 0.5px #000;
}

#main .section-2 .section-wrapper {
  width: 90%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 150px 0;
}

#main .section-2 .section-wrapper .text-container {
  max-width: 1211px;
}

#main .section-2 .section-wrapper .text-container .heading {
  font-family: Poppins;
  font-style: normal;
  font-weight: bold;
  font-size: 55px;
  line-height: 121.5%;
  color: #333333;
}

#main .section-2 .section-wrapper .text-container .split {
  margin: 50px 0;
}

#main .section-2 .section-wrapper .text-container .text {
  font-family: Poppins;
  font-style: normal;
  font-weight: 300;
  font-size: 20px;
  line-height: 158%;
  color: #727272;
}
/*# sourceMappingURL=about-us.css.map */