@media print,screen and (min-width: 641px){

#section01{
	margin-bottom:50px;
}

	#section01 h2{
		float:left;
		margin-right:10px;
	}
	
	#section01 p{
		color:#664C00;
		font-size:16px;
		line-height:150%;
	}


#section02{
	margin-bottom:50px;
	position:relative;
}

	#section02 h2{
		float:left;
		margin-right:10px;
	}
	#section02 p{
		width:380px;
		float:left;
		padding-top:1em;
		line-height:150%;
	}
	#section02 #sec02bg{
		position:absolute;
		right:0;
		top:1em;
		z-index:-999;
	}

#section03{
	margin-bottom:50px;
	position:relative;
}
	#section03 h2{
		float:left;
		margin-right:10px;
	}
	#section03 #doctor{
		font-size:18px;
		margin:40px 0 20px;
	}
		#section03 #doctor strong{
			font-size:22px;
			font-weight:normal;
		}


}

@media screen and (max-width: 640px){

#section01{
	margin-bottom:50px;
}

	#section01 h2{
		text-align:center;
	}
	
	#section01 p{
		padding-top:1em;
		color:#664C00;
		font-size:16px;
		line-height:150%;
	}


#section02{
	margin-bottom:50px;
}

	#section02 h2{
		text-align:center;
	}
	#section02 p{
		line-height:150%;
	}
	#section02 #sec02bg{
	}

#section03{
	margin-bottom:50px;
}
	#section03 h2{
		text-align:center;
	}
	#section03 #doctor{
		text-align:center;
		font-size:18px;
		margin:40px 0 20px;
	}
		#section03 #doctor strong{
			font-size:22px;
			font-weight:normal;
		}


}
