
.module-files .sections {
	display: flex;
	margin-left: -15px;
	margin-right: -15px;
	flex-wrap: wrap;
} 
.module-files section {
	width: calc(100% / 4);
	flex: 0 0 auto;
	display: flex;
	flex-direction: column;
	padding: 0 15px;
	margin-bottom: 30px;
}
.module-files header {
	border-bottom: 2px solid #004387;
}
.module-files header h4 {
	font-weight: bold;
	color: #004387;
	text-transform: uppercase;
}
.module-files article {
	text-align: center;
}
.module-files article .date {
	text-align: left;
	margin-bottom: 10px;
	font-weight: normal;
}
.module-files section p {
	text-align: left;
	margin-top: 20px;
}
.module-files footer {
	margin-top: auto;
	text-align: center;
	padding: 15px 0;
}
.module-files .download {
	background: #004387;
	color: white;
	border-radius: 6px;
	padding: 8px 15px;
}

@media screen and (max-width: 768px) {
	.module-files section {
		width: 100%;
	}
}