#content td:nth-child(2){
	width:50%;
	margin:0;
	padding:0 25px 0 0;
}
#content td:last-child{
	width:30%;
	padding-top:10px;
	text-align:right;
}
#content p:first-child{
	margin-top:65px;
	font-size:1.75rem;
	line-height:.75em;
}
#content p:nth-child(2){
	font-size:1.75em;
	line-height:.5em;
}
#content p:nth-child(3){
	font-size:1.2em;
	line-height:1.2em;
}
#content p:nth-child(4){
	font-size:1.2em;
	line-height:1.2em;
}
#content td:first-child{
	margin-top:0;
	vertical-align:top;
	max-width:225px;
}
#content td:first-child img{
	margin-top:55px;
	width:157px;
}
#content td:last-child{
	margin-top:20px;
	width:300px;
	vertical-align:top;
}
#content td:last-child img{
	width:100%;
}
#lastContent{
	margin:0;
	height:350px;
	vertical-align:top;
}
@media(max-width:900px){
	#content td:first-child{display:none}
	#content td:nth-child(2){
		width:100%;
		padding-left:7.5%;
	}
	#content td:last-child{width:0}
	#lastContent td{padding-left:5%}
	#lastContent td img{width:100%}
}
@media(max-width:800px){
	#content td:first-child,#content td:first-child img{margin-top:40px}
	#content p:first-child{margin-top:55px}
	#lastContent td img{margin-top:40px}
}
@media(max-width:600px){
	#lastContent td:last-child{display:none}
}