.enews {
	max-width: 282px;
}

.enews .title {
	margin-bottom: 8px;
	font-family: var(--font-body);
	font-weight: bold;
	font-size: 1.25rem;
	line-height: 1.2;
	letter-spacing: 0.02em;
	color: inherit;
}

.enews .desc {
	margin: 0;
	font-family: var(--font-body);
	font-weight: normal;
	font-size: var(--text-sm);
	line-height: 1.5;
	letter-spacing: 0.02em;
	color: inherit;
}

.enews .button-default {
	margin-top: 20px;
}

@media (min-width: 64em) {
	.enews .button-default {
		padding: 16px 20px;
		font-size: var(--text-base);
	}
}