.download-block {
	min-height: 1056px;
	width: 100%;
	background-color: #101519;
}

.download-title {
	min-height: 90px;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
}

.download-title h3 {
	padding: 30px;
	font-size: 16px;
	font-weight: 700;
	color: #ffc100;
	text-transform: uppercase;
}

.download-links {
	display: flex;
	align-items: center;
	flex-direction: column;
	margin: 0 15%;
}

.download-info {
	display: flex;
	justify-content: space-between;
	align-items: center;
	gap: 15px;
	width: 100%;
	padding: 25px 0;
	font-size: 16px;
}

.download-btn {
	height: 66px;
	width: 206px;
	justify-content: center;
	align-items: center;
	text-transform: uppercase;
}

.download-requirements {
    position: relative;
    z-index: 5;
	overflow-x: auto;
}

.table-req {
	width: 100%;
	min-width: 1000px;
    font-size: 16px;
}

.table-req td,
.table-req th {
	padding: 30px;
	color: #49535a;
}

.table-req th {
	font-size: 16px;
	font-weight: 700;
	background-color: #080a0c;
	color: white;
}

@media (max-width: 768px) {
	
}
