.hero{
  min-height: 46vw;
  position: static;
  margin: 0px;
  width: 100%;
  background-image:
    linear-gradient(to bottom, rgba(33,33,33,0) 60%, #0e141b 100%),
    url("/img/hero.png");
  background-repeat: no-repeat;
  background-size: 100% auto;
  background-position: top center;
  background-clip: border-box;
  box-shadow: inset 0 -6px 0 #0e141b;
  display: flex;
  flex-direction: column;
  justify-content: left;
  align-items: start;
}

.hero-title{
  position: relative;
  left: 5vw;
  top: 9vw;
  margin: 0;
  padding: 0;
  font-family: Helvetica;
  font-weight: 700;
  font-size: 4.5vw;
  color: #ffffff;
}

.hero-content{
  position: relative;
  font-size: 1.7vw;
  color: #ffffff;
  text-align: start;
  border-left: 1px solid rgba(255, 255, 255, 0.65);
  left: 5vw;
  top: 10vw;
  padding: 0px 0px 0px 20px;
  margin-left: 5px;
  flex: 0 1 auto;
  align-self: start;
  font-family: Helvetica;
}