.enews {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	background-color: white;
	padding: 17px 15px 22px 20px;
}

.enews h4 {
	font: 700 25px 'ibm-plex-sans-condensed', sans-serif;
	color: #191b39;
	line-height: 1.1em;
	text-transform: uppercase;
}

.enews p {
	font: 900 14px 'ibm-plex-sans-condensed', sans-serif;
	letter-spacing: 1.8px;
	letter-spacing: 1.8px;
	line-height: 1.1em;
	color: #e40046;
	text-transform: uppercase;
	margin-bottom: 0;
}

.enews p i {
	margin-left: 7px;
}

.enews .img-cont {
	margin-right: 10px;
	flex-shrink: 0;
}

.enews .img-cont img {
	height: 99px;
	width: 153px;
}
.enews.hide-logo .img-cont {
	display: none;
}

@media screen and (min-width: 1024px) {
	.enews {
		transition: background-color 200ms ease;
	}

	.panel-footer .enews:hover,
	.panel-header .enews:hover {
		background-color: #e1e1e1;
	}

	.enews p {
		font-size: 15px;
		line-height: 1.2em;
	}

	.panel-header .enews {
		flex-direction: column;
	}

	.panel-header .enews .content-section {
		width: 90%;
		text-align: center;
	}

	.panel-header .enews h4 {
		font-size: 30px;
		font-weight: 800;
		padding-left: 30px;
		padding-right: 30px;
		margin-bottom: 13px;
	}

	.panel-header .enews .img-cont img {
		height: 147px;
		width: 227px;
	}
	.panel-footer .enews .img-cont img {
		height: 86px;
		width: 134px;
	}

	.panel-footer .enews {
		padding: 30px 20px 30px 50px;
	}
	.panel-footer .enews.hide-logo {
		padding: 30px 20px;
	}

	.panel-footer .enews .img-cont {
		margin-right: 25px;
	}

	.panel-footer .enews h4 {
		font-size: 27px;
	}
}