/* downloads.css */
.module_downloads {
	padding: 140px 0px 95px;
}

.module_downloads .link_label {
	font-size: 14px;
	color: #878c95;
}

.module_downloads .link_icon .active {
	display: none;
}

.module_downloads .text_wrapper {
	text-align: center;
	margin-bottom: 55px;
}

.module_downloads a:hover .link_label {
	text-decoration: none;
}

.module_downloads a:hover {
	text-decoration: none;
}

.module_downloads .flex_column {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.module_downloads .download_item {
	text-align: center;
	padding: 0 48px;
	margin-bottom: 45px;
	min-width: 280px;
}

.module_downloads .download_item:hover .link_label {
	text-decoration: none;
	color: #ce9f6e;
}

.module_downloads .download_item .link_icon {
	padding-bottom: 5px;
}

.module_downloads .download_item:hover .link_icon .inactive {
	display: none;
}

.module_downloads .download_item:hover .link_icon .active {
	display: inline-block;
}

@media (max-width: 991px) {
	.module_downloads .download_item {
		padding: 0 28px;
	}

	.module_downloads {
		padding: 60px 0px 45px;
	}
}