
.release-item {
	margin: 0 -15px 30px;
	padding: 0 15px 30px;
	border-bottom: 1px solid #f0f5fb;
}

@media only screen and (min-width:1024px) {
	.release-item {
		margin: 0 0 40px;
		padding: 0 0 40px;
	}
}

.release-item__title {
	margin-bottom: 10px;
	color: #2f74c8;
	font-size: 20px;
	line-height: 1.4;
}

@media only screen and (min-width:1024px) {
	.release-item__title {
		font-size: 24px;
		line-height: 1.417;
		font-weight: 500;
	}
}

.release-item__date {
	margin-bottom: 10px;
	color: #9aaabd;
	font-size: 12px;
	line-height: 1.333;
}

@media only screen and (min-width:1024px) {
	.release-item__date {
		font-size: 16px;
		line-height: 1.375;
		font-weight: 400;
		letter-spacing: .1px;
	}
}

.release-item__info {
	margin-bottom: 20px;
	font-size: 12px;
	line-height: 1.333;
}

@media only screen and (min-width:1024px) {
	.release-item__info {
		margin-bottom: 25px;
		font-size: 16px;
		line-height: 1.375;
		font-weight: 400;
		letter-spacing: .1px;
	}
}

.release-item__link {
	width: 100%;
}

@media only screen and (min-width:768px) {
	.release-item__link {
		width: 140px;
	}
}
