 h4,h3{
	
	color: rgb(102, 102, 102);
    font-size: 18px;
    font-weight: bold;
}
.video-text{
	padding-bottom: 10em;
	padding-top: 5em;
}
.asked{
	padding-bottom: 5em;
	padding-top: 5em;
}
.asked article{
	
	height: 200px;
}
.how-work{
	padding-top: 5em;
	padding-bottom: 10em;
}
.how-work figure{
	margin-top: 1em;

}
.how-work p{
	font-size: 1em;
}
.ready{
	padding-top: 5em;
	padding-bottom: 5em;
}
.ready img{
	max-width: 350px;
	height: auto;
}
.embed-container {
	margin-top: 2em;
 position: relative;
  padding-bottom: 56.25%; 
   overflow: hidden; 
   max-width: 100%;
   
}

.embed-container iframe, .embed-container object, .embed-container embed {
    position: absolute; top: 0; left: 0; width: 100%; height: 100%;
}
@media only screen and (max-width: 767px){
	.how-work {
		text-align: center;
	}
	.asked{
		text-align: center;
	}
	.asked article p{
		font-size: 14px;
	}
	.video-text{
		text-align: center;
	}
	.title-blue{
		line-height: 1.5em;
	}
	.ready{
		text-align: center;
	}
}
@media only screen and (max-width: 400px){
	.ready img{
		max-width: 200px;
	}
	.asked article p{
		font-size: 10px !important;
	}
}
@media only screen and (max-width: 1006px){
	.how-work p{
		font-size: 11px;
	}
}