.box_num {
	float: left;
	width: 100%;
	text-align: center;
}

.box_num  h3 {
	background: none;
	color: #ffffff;
	font-size: 52px;
	letter-spacing: 1px;
	text-shadow: 2px 2px 11px #000000;
	line-height: 55px;
	font-family: 'Open Sans', sans-serif;
	font-weight: 300;
	margin-bottom: 30px;
}

.box_num  h5 {
	color: #ffffff; 
	font-weight: 400; 
	font-size: 18px;
	font-family: 'Open Sans', sans-serif;
	line-height: normal;
}

.box_h4 {
	color: #ffffff; 
	font-weight: 300; 
	font-family: 'Open Sans', sans-serif;
	background: none;
	font-size: 32px;
	letter-spacing: 1px;
	text-shadow: 2px 2px 11px #000000;
	line-height: normal;
	z-index: 1;
	position: relative;
	text-align: center;
	margin-top: 37px;
}

@media (max-width: 991px) {
	.box_num  {
		border-bottom: 1px solid #666666;
	}
	.box_num h5 {
		margin-bottom: 35px;
	}
}