
.file-download {
	margin: 20px 0;
	padding: 30px;
	border: 2px solid #f0f5fb;
	border-radius: 6px;
	background: #f9fcff;
}

.file-download__info {
	display: -ms-grid;
	display: grid;
	-ms-grid-columns: 1fr 15px 1fr;
	grid-template-columns: 1fr 1fr;
	grid-gap: 15px;
	margin-bottom: 10px;
	font-size: 14px;
	line-height: 20px;
}

.file-download__info-col {}

.file-download__label {
	letter-spacing: .25px;
	color: #4d627c;
}

.file-download__text {
	font-weight: 500;
	letter-spacing: .1px;
	color: #003565;
}

.file-download__container-link {}

a.button.button_yellow, a.button.button_yellow:hover {
	color: #003565;
	-webkit-box-shadow: none;
	box-shadow: none;
}

@media only screen and (min-width:768px) {
	.file-download {
		display: -ms-grid;
		display: grid;
		-ms-grid-columns: 3fr 2fr;
		grid-template-columns: 3fr 2fr;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
	}
	
	.file-download__info {
		margin-bottom: 0;
	}
}

@media only screen and (min-width:1024px) {
	.file-download {
		display: -ms-grid;
		display: grid;
		-ms-grid-columns: 1fr 60px 240px;
		grid-template-columns: 1fr 240px;
		grid-gap: 60px;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		padding: 40px;
	}
	
	.file-download__info {
		-ms-grid-columns: 1fr 35px 1fr 35px 1fr 35px 1fr;
		grid-template-columns: 1fr 1fr 1fr 1fr;
		grid-gap: 35px;
		font-size: 16px;
		line-height: 22px;
	}
}
