/* XD desing 6 */

.download-center-content {
	padding: 30px 0 50px 0;
}
.download-center-content-inn {
	display: grid;
	grid-template-columns: repeat(4,1fr);
	grid-gap: 25px;
	flex-wrap: wrap;
	/* justify-content: space-between; */
}
.download-center-content-grid {
	background: #F3F2F7;
	padding: 20px 30px;
	text-align: center;
	display: flex;
	width: 100%;
	border-top: 5px solid #F3F2F7;
	border-left: 5px solid #F3F2F7;
	border-right: 5px solid #F3F2F7;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
	min-height: 180px;
}
.download-center-content-grid h5 {
	font-size: 16px;
	color: #231F20;
	font-family: 'Segoe UI';
	font-weight: 500;
	margin-bottom: 0;
	transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
	min-height:55px;
	display:flex;
	align-items: center;
	align-content: center;
	justify-content: center;
}
.download-center-content-grid .custom-button a {
	font-size: 20px;
	font-weight: normal;
	font-family: 'Segoe UI';
	width: auto;
	min-width: 120px;
	height: 40px;
	padding: 10px;
	justify-content: center;
	align-items: center;
	line-height: 18px;
	vertical-align: top;
	background: #1c63b7;
	display: inline-block;
}
.download-center-content-grid:hover .custom-button a {
	background: #f58d0d;
}
.subtext {margin-top:30px;}