.ptm-content-wrapper .grey-box{
	min-height: 120px;
	background-color: #f2f2f2;
	display: flex;
	padding: 40px;
	justify-content: space-between;
	margin: 0 20px;
	flex-wrap: wrap;
}
.ptm-content-wrapper .grey-box > h3{
	display: flex;
	justify-content: center;
	align-content: center;
	flex-direction: column;
	margin:0 20px 0 0;
	padding:0;
}
.ptm-content-wrapper .grey-box > a{
	font-size: 14px;
	line-height: 17px;
	border-radius: 5px;
	font-family: century;
	color: #ffffff;
	padding: 12px 25px 10px 25px;
	text-decoration: none;
	border-width: 0;
	cursor: pointer;
	display: inline-block;
}