.clear {
  clear: both;
}
#how-main-section {
  max-width: 100%;
  margin: 0 auto;
  text-align: center;
  padding: 0;
}
#how-main-section .how-main-image {
  background: url('//images.ctfassets.net/nnigwk0legme/5YqB6FXlyaHSY8OORkJbUG/773a53cdeda08375b1f80148bf84fb4f/easyhome_main.jpg') no-repeat center top;
   -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  max-height: 500px;
  height: 450px;
  color: #fff;
  vertical-align: bottom;
  margin-top: -10px;
}
#how-main-section h1,
#how-main-section h4,
#how-main-section .bannerContent {
  padding: 0;
}
#how-main-section h1 {
  font-size: 90px;
  letter-spacing: 1.4px;
  font-weight: 600;
  padding-top: 150px;
  font-weight: 300;
  padding-bottom: 25px;
}
#how-main-section h4,
#how-main-section .bannerContent {
  font-weight: 400;
  font-size: 40px;
  letter-spacing: 1px;
  width: 70%;
  margin: 0 auto;
  padding-top:10px;
  line-height: 1.2;
}
@media (max-width: 575px) {
   #how-main-section h1 {
  		padding-top: 50px !important;
	}
	
	 #how-main-section, #choices-section h1 {
  		padding-top: 0px !important;
	}
}
@media (max-width: 768px) {
  #how-main-section .how-main-image {
    height: 350px;
   /* background-position: -510px;*/
  }
  #how-main-section h1 {
    font-size: 40px;
    padding-top: 120px;
    padding-left: 5px;
    padding-right: 5px;
  }
  #how-main-section h4,
  #how-main-section .bannerContent {
    font-size: 20px;
    padding-left: 5px;
    padding-right: 5px;
    width: auto;
    margin-left:10%;
    margin-right:10%;
  }
}
@media (min-width: 769px) and (max-width: 1024px)  {
	
	#how-main-section h1{
	    padding-top: 100px;
	    
  }
  #how-main-section h4,
	#how-main-section .bannerContent{
		font-size:35px;
	}
}