.features_with_number_widget {
	border-radius: 8px;
	padding: 24px 16px 30px;
	text-align: center;
	height: calc(100% - 16px);
	min-height: 310px;
	margin-bottom: 16px;
}

.features_with_number_widget span.number {
	display: block;
	width: 40px;
	height: 40px;
	line-height: 26px;
	border-radius: 20px;
	background-color: #33333D;
	color: #F5EEE7;
	margin: 0px auto;
	padding: 8px 16px;
}

#main_content .features_with_number_widget h5 {
	margin-top: 24px;
	font-size: 20px;
	line-height: 100%;
}

#main_content .features_with_number_widget p {
	margin-top: 8px;
	padding-left: 4px;
	padding-right: 4px;
}