/**************************** EVENT CARD ****************************/
.event_card .content_wrapper {
	padding: 32px;
	background-color: #F5F5F5;
}

.event_card .image {
	height: 100%;
	max-width: 358px;
	min-width: 280px;
	width: 100%;
	overflow: hidden;
}

@media (max-width: 768px) {
	.event_card .image {
		max-width: unset;
	}
}

.event_card .image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
}

.event_card .content_wrapper h3 {
	font-size: 1.56rem;
	padding-bottom: 12px;
	line-height: 140%;
	letter-spacing: 0.05em;
}

.event_card .content_wrapper p {
	padding-bottom: 32px;
}