#home-content .degreeList{
	list-style-type: none;
	margin-left: 0;
	margin-bottom: 20px;
	float: left;
	width: 100%;
}
#home-content .degreeList li{
	width: 25%;
	float: left;
	text-align: center;
	padding: 5px;
}
#home-content .degreeList li:nth-of-type(4n+1){
	clear: left;
}
#home-content h4{
	clear: left;
	margin: 10px 0;
}

@media only screen and (max-width:768px){
	#home-content .degreeList li{
		width: 50%;
	}
}
#home-content .grid3{
padding-right: 20px;
}
