#content-main ul.womens-services li {
	display: inline-block;
	width: 31%;
	text-align: center;
}
#content-main ul.womens-services li:nth-child(even) {
	vertical-align: top;
	margin-top: 100px;
	width: auto;
}
#content-main ul.womens-services li span{
	font-size: 80%;
	display: block;
	text-align: center;
	font-weight: 400;
	background: #4e4e4e;
	margin:0 65px;
	border-radius: 20px;
	color: #fff;
	margin-bottom: 5px;
}
#content-main ul.womens-services li img{
	display: block;
	margin: 0 auto;
	margin-bottom: 20px;
}