.staticPageWrapper {
  padding-top: 40px;
}

.staticPageWrapper h2 {
  margin: 60px 0 25px;
  font-family: "Nunito-ExtraBold";
  font-size: 24px;
  text-transform: uppercase;
  text-align: center;
  letter-spacing: 0.1em;
  color: #1D1D1D;
}

.staticPageWrapper h2:first-child {
  margin: 0 0 25px;
}

@media only screen and (max-width: 768px) {
  .staticPageWrapper h2 {
    margin: 30px 0;
    font-size: 18px;
  }
}

.staticPageWrapper .contentWrapper {
  line-height: 20px;
  font-family: "Nunito-Regular";
  font-size: 14px;
  text-align: left;
  color: #1D1D1D;
}

.staticPageWrapper .contentWrapper .banner {
  width: 100%;
  margin: 60px auto;
}

.staticPageWrapper .contentWrapper .banner img {
  width: 100%;
}

.staticPageWrapper .contentWrapper ol, .staticPageWrapper .contentWrapper ul {
  margin-left: 20px;
}

.staticPageWrapper .contentWrapper ol {
  list-style: decimal outside none;
}

.staticPageWrapper .contentWrapper ul {
  list-style: disc outside none;
}

@media only screen and (max-width: 768px) {
  .staticPageWrapper .contentWrapper {
    padding: 15px !important;
    font-size: 12px;
  }
}

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