.header-enews {
	display: inline-flex;
	justify-content: center;
	align-items: center;
	padding: 20px;
	margin: 0 auto;
}

.header-enews .circle {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	background-color: #eeb111;
	padding: 40px 15px 35px;
	border-radius: 100%;
	color: white;
	margin-right: 10px;
}

.header-enews .text {
	margin-left: 10px;
}

.header-enews .cursive-large {
	font: 400 22px 'Pacifico', cursive;
	line-height: 1.2em;
}

.header-enews .print-large {
	font: 900 17px 'Arvo', sans-serif;
}

.header-enews .enewsletter {
	margin-top: -10px;
}

.header-enews .cursive-small {
	font: 400 17px 'Pacifico', cursive;
}

.header-enews .print-small {
	font: 400 14px 'Arvo', sans-serif;
}

.header-enews .caption-1 {
	color: #415968;
	font: 400 20px 'Pacifico', cursive;
}

.header-enews .caption-2 {
	color: #415968;
	font: 400 26px 'tomarik-brush', sans-serif;
}

.header-enews .desktop {
	display: none;
}

@media screen and (min-width: 1024px) {	
	.header-enews .desktop {
		display: inline;
	}
	
	.header-enews .circle {
		padding: 30px 20px 25px;
	}
	
	.header-enews .cursive-large {
		font-size: 21px;
	}
	
	.header-enews .print-small {
		margin-bottom: 3px;
	}
	
	.header-enews .text {
		display: none;
	}
}