.landing-page .heading-wrapper {
  margin-top: 0.5rem;
}
.landing-page h1 {
  max-width: 900px;
  font-size: 40px;
  font-family: siena, sans-serif;
  font-weight: 400;
  line-height: 1.4;
  margin-bottom: 2rem;
}
@media (min-width: 768px) {
  .landing-page h1 {
    font-size: 64px;
  }
}
.landing-page h2 {
  margin-bottom: 15px;
  font-size: 2rem;
  font-weight: normal;
  line-height: 1.3;
}
.landing-page .introtext {
  margin-bottom: 4rem;
}
.landing-page .desc {
  align-self: center;
}
.landing-page .project-images > div:nth-child(even) img {
  order: 2;
}/*# sourceMappingURL=landing.css.map */