.enews {
	text-align: center;
	margin-bottom: 22px;
}

.enews p {
	font-size: 16px;
	font-family: var(--font-family-body) !important;
	margin: 0;
	line-height: 20px;
	letter-spacing: 0.01em;
}

.enews a.bttn {
	margin: 0 auto 11px;
	font-size: 18px;
	line-height: 44px;
	background-color: var(--primary-background-color);
}

@media screen and (min-width: 80em) {
	.enews {
		margin-bottom: 0;
	}
	.enews a.bttn {
		font-size: 18px;
		line-height: 44px;
		letter-spacing: 0.02em;
		margin-bottom: 20px;
	}
	.enews p {
		font-size: 23px;
		font-family: var(--font-family-body);
		line-height: 32px;
		letter-spacing: 0.01em;
		margin-bottom: 5px;
	}
}