/* 
This is the section css for
Dr. Oné R. Pagán 
*/

#home-content .noList {
	list-style: none;
	margin-left: 0;
}
#home-content .contentBox {
	background-color: #eee;
	border: 2px solid #763775;
	box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
	padding: 20px;
}
#home-content .contentBox h3 {
    margin-top: 0;
}
#home-content .facHome > .row-responsive > .grid3:first-of-type > img {
	box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
	width: 100%;
}
#home-content .col-3-9 > .row-responsive > .grid9 {
	padding-left: 20px;
}

@media only screen and (max-width: 768px) {
	#home-content .col-3-9 > .row-responsive > .grid9 {
		padding: 0;
	}
}