.hero-module{
  position: relative;
  min-height: 600px;
}
.hero-text{
      height: 100%;
      position: absolute;
      display: flex;
      align-items: center;
  margin-left: 15%;
}
.hero-text h1{
  color: white;
  
}
@media(max-width: 768px){
  .hero-module{
    min-height: 300px
    }
  .hero-text{
    margin: 0;
    padding: 20px;
  }
}
.





