/*div {
	width: 100px;
	float: left;
	display: inline-block;
}

#one {
	background-color: red;
}

#two {
	background-color: blue
}*/

p {
	font-family: 'Raleway', sans-serif;
	margin-left: 1.66%;
	font-size: 23px;
	font-weight: bold;
	text-transform: uppercase;
	border-bottom: 2px solid #f1f1f1;
	width: 30%;
	padding-bottom: 20px;
}


/*calculate the total margin sides and divide by percent difference*/
img {
	width: 30%;
	float: left;
	margin: 1.66%;
}

