@media (max-width: 991px) {
  #howtouse {
    display: none !important;
  }
}
#howtouse #block-howtouse {
  background: linear-gradient(rgba(0,0,0,0.25),rgba(0,0,0,0.25)), url('/bekitzur/htdocs/images/spotlight/howtouse2.jpg') no-repeat 0 0;
  background-size: cover;
  background-position: center;
  height: 500px;
  position: relative;
  color: #ffffff;
  text-align: center;
}
#howtouse .title {
  font-size: 55px;
  line-height: 1.5;
  margin: 65px 0 0 0;
  font-weight: bold;
}
@media (max-width: 991px) {
  #howtouse .title {
    font-size: 35px;
    margin-top: 50px;
  }
}
@media (max-width: 767px) {
  #howtouse .title {
    font-size: 30px;
    margin-top: 73px;
  }
}
#howtouse .subtitle {
  max-width: 670px;
  font-size: 26px;
  margin: 35px auto 0 auto;
  line-height: 1.2;
}
@media (max-width: 991px) {
  #howtouse .subtitle {
    margin-top: 20px;
    font-size: 20px;
    max-width: 500px;
  }
}
@media (max-width: 767px) {
  #howtouse .subtitle {
    max-width: 287px;
    margin-top: 25px;
    line-height: 1.3;
  }
}
#howtouse .subscribe {
  width: 255px;
  height: 55px;
  border: 3px solid #ffffff;
  border-radius: 10px;
  margin: 45px auto 0 auto;
  font-size: 22px;
  line-height: 50px;
  background-color: rgba(0,0,0,0.3);
  display: block;
  color: #ffffff !important;
  text-decoration: none;
  transition: 0.1s all ease;
}
#howtouse .subscribe:hover {
  background-color: #ffffff;
  color: #3c3c3c !important;
}
@media (min-width: 768px) and (max-width: 991px) {
  #howtouse .subscribe {
    font-size: 15px;
    width: 170px;
    height: 40px;
    line-height: 35px;
    margin-top: 30px;
  }
}
@media (max-width: 767px) {
  #howtouse .subscribe {
    margin-top: 35px;
  }
}
