.hero-home {
  align-items: center;
  display: flex;
  position: relative;
  width: 100%;
  padding: 150px 0;
  box-shadow: inset 0 0 0 900px rgba(0, 0, 0, .3) !important;
  background-position: center top !important;!important;
  background-repeat: no-repeat!important;
  background-size: cover!important;
  background-attachment: fixed!important;
  height: calc( 100vh - 83px );
}
.hero-home__background {
  position: absolute;
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
  justify-content: flex-end;
  align-items: center;
}

.hero-home__container {
  flex-direction: column;
  flex-wrap: wrap;
  position: relative;
  margin: 0 auto;
  padding: 0 20px;
  color: #ffffff;
  font-family: "Merriweather", serif;
}

.hero-home__container p {
  font-family: "Merriweather", serif;
}

.hero-home__container h1 {
  /*font-style: italic;*/
  font-weight: 300;
  margin: 0 0 60px;
}

.hero-home__container .questions {
  align-items: center;
  justify-content: center;
  margin: 0 0 30px 0;
  text-align: center;
}
.hero-home__container .questions h3 {
  margin: 0;
}

.blue-bullet {
  width: 2px;
  height: 50px;
  background: #77bcd9;
  
  margin: 0 15px;
  display: inline-block;
  position: relative;
}

.hero-home__text {
  margin-left: 14%;
  padding: 0 12px;
  width: 55%;
  font-family: "Merriweather", serif;
  font-size: 34px;
  font-weight: 300;
  line-height: 1.5;
}
.hero-home__button {
  padding-top: 20px;
}

@media(max-width: 1680px) {
  
  .hero-home__text {
    font-size: 26px;
  }
  
  }

@media(max-width: 1024px) {
  
  .hero-home__text {
    font-size: 20px;
  }
  
}

@media(max-width: 767px) {
  
  .hero-home {
    background-attachment: scroll!important;
  }
  
  .hero-home__background {
    flex-direction: column;
  }
  
  .hero-home__container .questions {
    flex-direction: column;
  }
  
  .blue-bullet {
    /*display: none;*/
    width: 50px;
  height: 2px;
  background: #77bcd9;
  
  margin: 15px 0;
  display: inline-block;
  position: relative;
  }
  
}

@media(max-width: 600px) {
  
  .hero-home__text {
    margin-left: 1em;
    width: 100%;
  }
  
}
