.download-item {
	border-bottom:3px solid var(--accent);
}

.download-content {
	padding:1rem;
}

.download-content .download-title {
	margin-top:0;
	margin-bottom:1rem;
}

.download-content .btn {
	background-color:var(--accent);
	color: #ffffff;
}

.download-content .btn:hover {
	background-color:var(--text);
	color: #ffffff;
}

@media (min-width:992px) {
	.download-content {
	display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: flex-start;
    justify-content: space-between;
	}
	
	.download-content .download-description {
		max-width:55ch;
	}
	
}