.featured-event-header {
	width: 100%;
	position: relative;
}

.featured-event-header .img-cont {
	width: 100%;
	position: relative;
}

.featured-event-header .img-cont::after {
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 75%;
	background: linear-gradient(to top, rgba(0,0,0,0.7), transparent);
	pointer-events: none;
}

.featured-event-header .img-cont img {
	width: 100%;
}

.featured-event-header .date-block {
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	width: 35px;
	display: flex;
	flex-direction: column;
	background-color: #dbe442;
	pointer-events: none;
}

.featured-event-header .date-block .month {
	display: flex;
	flex-direction: column;
	justify-content: flex-end;
	align-items: center;
	height: 100%;
	font: 900 18px 'ibm-plex-sans-condensed', sans-serif;
	letter-spacing: -0.01em;
	text-transform: uppercase;
	color: #007672;
}

.featured-event-header .date-block .month .text {
	transform: rotate(-90deg) translateX(50%);
	display: block;
	margin-right: 3px;
	margin-bottom: -5px;
}

.featured-event-header .date-block .day {
	display: flex;
	justify-content: center;
	align-items: center;
	height: 35px;
	background-color: #007672;
	font: 900 18px 'ibm-plex-sans-condensed', sans-serif;
	letter-spacing: -0.01em;
	color: #dbe442;
}

.featured-event-header .content-section {
	position: absolute;
	left: 50px;
	bottom: 17px;
}

.featured-event-header .content-section h4 {
	margin-bottom: 5px;
}

.featured-event-header .content-section h4,
.featured-event-header .content-section h4 a {
	font: 700 25px 'ibm-plex-sans-condensed', sans-serif;
	line-height: 1.1em;
	color: white;
	text-transform: uppercase;
}

.featured-event-header .content-section .read-more {
	font: 600 14px 'ibm-plex-sans-condensed', sans-serif;
	line-height: 1.1em;
	color: white;
	letter-spacing: 2.5px;
	text-transform: uppercase;
}

@media screen and (min-width: 1024px) {
	.featured-event-header .date-block {
		width: 70px;
	}

	.featured-event-header .date-block .month {
		font-size: 35px;
	}

	.featured-event-header .date-block .day {
		font-size: 25px;
		padding-bottom: 5px;
		height: auto;
		margin-left: 10px;
		margin-right: 10px;
		margin-bottom: 10px;
	}

	.featured-event-header .date-block .month .text {
		margin-bottom: -10px;
	}

	.featured-event-header .content-section {
		left: 100px;
	}

	.featured-event-header .content-section h4, .featured-event-header .content-section h4 a {
		font-size: 30px;
		line-height: 1em;
	}

	.featured-event-header .content-section .read-more {
		font-size: 15px;
	}
}

@media screen and (min-width: 1400px) {
	.featured-event-header .date-block {
		width: 127px;
	}

	.featured-event-header .date-block .month {
		font-size: 48px;
	}

	.featured-event-header .date-block .day {
		font-size: 35px;
		padding-bottom: 5px;
		height: auto;
		margin-left: 30px;
		margin-right: 30px;
		margin-bottom: 27px;
	}

	.featured-event-header .date-block .month .text {
		margin-bottom: -21px;
	}

	.featured-event-header .content-section {
		left: 152px;
		bottom: 33px;
	}
}