.enews-footer {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	position: relative;
	text-align: center;
	padding: 30px;
	min-height: 168px;
	background-image: url('../jpg/mockaroon-yquelg7fmr4-unsplash.jpg');
	background-position: top;
	margin-bottom: 8px;
}

.enews-footer > a {
	width: 100%;
}

.enews-footer::after {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(255,255,255,0.15);
	pointer-events: none;
}

.enews-footer .title {
	position: relative;
	font: 600 20px 'Rock Salt', cursive;
	line-height: 1.2em;
	color: #5c29a8;
	z-index: 1;
}

.enews-footer .star {
	font: 900 30px 'Rock Salt', cursive;
	color: #82bc00;
	line-height: 1em;
	vertical-align: top;
	margin-right: 10px;
}

.enews-footer .read-more {
	position: relative;
	max-width: 230px;
	font: 700 16px 'Montserrat', sans-serif;
	line-height: 1.4em;
	color: #021d44;
	z-index: 1
}

.enews-footer .read-more i {
	font-size: 16px;
	color: #82bc00;
}

@media screen and (min-width: 640px) {
	.enews-footer {
		height: calc(100% - 10px);
	}
	
	.enews-footer .read-more {
		max-width: none;
	}
}

@media screen and (min-width: 1200px) {
	.enews-footer {
		position: absolute;
		top: 150px;
		right: 250px;
		width: 375px;
		height: 375px;
		justify-content: flex-start;
		background-image: url('../svg/enews_box.svg');
		background-size: cover;
		transition: transform 200ms;
	}
	
	.enews-footer:hover {
		transform: scale(1.05);
	}
		
	.enews-footer::after {
		content: none;
	}
	
	.enews-footer .star {
		position: absolute;
		top: 90px;
		left: 90px;
		color: #9b5df8;
	}
	
	.enews-footer .line {
		display: block;
		white-space: nowrap;
	}
	
	.enews-footer .title {
		position: static;
		font-size: 28px;
		font-weight: 500;
		line-height: 1.4em;
		color: white;
		margin-top: 60px;
		margin-bottom: 13px;
	}
	
	.enews-footer .read-more {
		font-size: 18px;
		color: white;
		font-weight: 600;
		letter-spacing: 0.5px;
		line-height: 1.7em;
		max-width: 280px;
	}
	
	.enews-footer .read-more i {
		font-size: 40px;
		color: #9b5df8;
		display: block;
		margin-top: 15px;
	}
}


@media screen and (min-width: 1400px) {
	.enews-footer {
		right: 330px;
	}
}