.releases {
	display: flex;
	flex-flow: row wrap;
	width: 100vw;
	justify-content: space-evenly;
	background: #011936;
	color: white;
}

.releases>section {
	padding: 2rem;
	padding-top: 0;
}

.releases>section:hover {
	color: #011936;
	background-color: #EAD94C;
}

.access a:hover {
	background-color: #C4D4CF;
}

.access::before {
	content: "🛈";
	margin-right: .5rem;
	color: #C4D4CF;
}

.releases>section:hover>.access::before {
	color: #3A54ED;
}

.access:hover {
	color: #011936;
}