#home .hero {
  background: url(/i/background.png) no-repeat right top/auto 102%, linear-gradient(0deg, #213751 0%, #1B2D42 24%, #121D29 71%, #0F1821 100%);
  height: 100vh;
  color: #fff;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}
#home .hero .content {
  height: 70vh;
  position: relative;
  padding-left: 50px;
}
#home .hero .content::before {
  position: absolute;
  left: 0;
  top: 0;
  width: 2px;
  background: #E87724;
  height: 0;
  content: "";
  display: block;
}
#home .hero img {
  max-width: 370px;
  width: 100%;
  display: block;
}
#home .hero h1 {
  font-weight: 300;
  font-size: 49px;
  line-height: normal;
  max-width: 640px;
  margin-top: 1em;
}
#home .hero.in-view .content::before {
  height: 100%;
  transition: height 1s ease;
}
#home .s2 {
  padding-bottom: 100px;
}
#home .s2 .vline {
  border-left: 2px solid #E87724;
  height: 120px;
}
#home .s2 .cols {
  margin-top: 30px;
}
#home .s2 .cols > div:nth-child(1) > p {
  margin-right: 100px;
}
#home .s2 h2 {
  color: #E87724;
  font-size: 30px;
  font-weight: 300;
  margin-bottom: 0.7em;
}
#home .s2 p {
  font-size: 20px;
  font-weight: 200;
  color: #1E1E1E;
  margin-bottom: 1em;
}
#home .s2 p a {
  color: #1E1E1E;
}
#home .s2 p a:hover {
  color: #E87724;
}
#home .s2 p:last-child {
  margin-bottom: 0;
}

@media screen and (max-width: 767px) {
  #home .hero {
    background: linear-gradient(0deg, #213751 0%, #1B2D42 24%, #121D29 71%, #0F1821 100%);
  }
  #home .hero h1 {
    font-size: 35px;
  }
  #home .hero .content {
    padding-left: 1rem;
  }
  #home .s2 {
    padding-bottom: 70px;
  }
  #home .s2 .vline {
    height: 70px;
  }
  #home .s2 .cols > div:nth-child(1) > p {
    margin-right: 0;
  }
}

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