.line {
	overflow: hidden; 
	margin-bottom: 30px;
}

section {
	float: left;
	width: 33.33%;
	text-align:justify;
	padding: 0 20px;
	min-height: 375px;
}
.line section:last-child { margin-right: 0; }
section h3 { color: #e60000; border-top:1px solid #DDD; padding: 20px 0 0;}
#content section:first-child h3,#content section:nth-child(2) h3,#content section:nth-child(3) h3 { border: none; padding: 0; }
figure {
   text-align:center;
   padding-top:15px;
   padding-bottom:15px;
}