.square-browse {
	text-align:center;
	display: block;
	border: 1px solid #ececec;
	border-radius: 8px;
	background: #fff;
	background: -webkit-linear-gradient(#fff,#f9f9f9);
	background: -o-linear-gradient(#fff,#f9f9f9);
	background: -moz-linear-gradient(#fff,#f9f9f9);
	background: linear-gradient(#fff,#f9f9f9);
	/*border-top: 4px solid #bfd94c;*/
	padding: 35px 25px;
	box-shadow: 0 2px 3px rgba(0,0,0,0.08);
	margin-bottom:50px;
	cursor:pointer;
}

.section-divider {
	height: 2px; 
	background-color: #bfd94c; 
	text-align: center;
	margin-bottom:50px;
}

.section-divider span {
	background-color: white; 
	position: relative; 
	top: -0.5em;
	font-size:16px;
}