#how-we-work .element p
{
	font-size: 1.3em;	
	min-height: 80px;
	max-height: 100px;
	margin-top: 10px;
	margin-bottom: 0;
}

@media only screen and (max-width: 1230px)
{
	#how-we-work .element p
	{
		font-size: 1.1em;
	}
}

@media only screen and (max-width: 440px)
{
	#how-we-work .element p
	{
		font-size: 0.9em;
	}
}

@media only screen and (max-width: 340px)
{
	#how-we-work .element p
	{
		font-size: 0.8em;
	}
}


#how-we-work .scheme
{
	width: 80%;
	margin: 0 auto;
}

@media only screen and (max-width: 1500px)
{
	#how-we-work .scheme
	{
		width: 90%;
	}
}

@media only screen and (max-width: 1350px)
{
	#how-we-work .scheme
	{
		width: 100%;
	}
}

#how-we-work .order
{
	height: 40px;
	width: 280px;
	margin: 50px auto 20px auto;
	font-size: 1.2em;
	line-height: 40px;
	text-align: center;
	color: #fefefe;
	background-color: #01a0e2;
	cursor: pointer;
}

@media only screen and (max-width: 420px)
{
	#how-we-work .order
	{
		width: 200px;
		font-size: 0.95em;
	}
}