@font-face {
	font-family: "PilatesDisplay";
	src: url("../fonts/tan-pearl.otf") format("opentype");
	font-weight: 400;
	font-style: normal;
	font-display: swap;
}

.ev-section {
	background: #fff;
}
.ev-left-title {
	font-family: "Montserrat", sans-serif;
	margin: 0;
}
.ev-intro {
	color: #222;
	margin-bottom: 2rem;
}

.ev-card {
	background: #fff;
	border-radius: 18px;
	box-shadow: 0 30px 70px rgba(0, 0, 0, 0.08);
	padding: 36px;
	width: 100%;
	max-width: 720px;
	position: relative;
}
.ev-card-inner {
	display: flex;
	flex-direction: column;
	align-items: center;
}
.ev-card-title {
	font-size: 28px;
	margin: 0 0 6px 0;
	font-weight: 700;
}
.ev-meta {
	color: #666;
	margin: 6px 0;
}
.ev-date {
	color: #b94f43;
	font-size: 28px;
	font-weight: 700;
	margin-top: 14px;
}
.ev-time {
	color: #222;
	margin-top: 6px;
}

.ev-cta {
	position: absolute;
	bottom: -10%;
	width: 100%;
}

.ev-book-btn {
	background: #b94f43;
	color: #fff;
	padding: 12px 36px;
	border-radius: 30px;
	display: inline-block;
	text-decoration: none;
	font-size: 20px;
}
.ev-book-btn:hover {
	background: #993d36;
}

@media (max-width: 991px) {
	.ev-left-title {
		font-size: 34px;
	}
	.ev-card {
		padding: 30px;
	}
	.ev-date {
		font-size: 22px;
	}
	.ev-section {
		margin-bottom: 3.25rem;
	}
}
