.enews-header {
	display: flex;
}

.enews-header .star {
	font: 900 26px 'Rock Salt', cursive;
	color: #9b5df8;
	margin-right: 12px;
}

.enews-header .title {
	font: 600 16px 'Rock Salt', cursive;
	line-height: 1.2em;
	color: #021d44;
}

@media screen and (min-width: 1024px) {
	.enews-header .title {
		color: white;
	}
	
	.enews-header .star {
		line-height: 2em;
		margin-top: -7px;
	}
}