.events-why2 {
	width: 100%;
	padding: 70px 0 0;
	font-family: "Monserrat", Sans-serif;
}

.events-why2__title {
	font-size: 36px;
	font-weight: 300;
	text-transform: uppercase;
	color: #2F2F2F;
	text-align: center;
	margin: 0 0 40px;
}

.events-why2__inner {
	max-width: 1240px;
	margin: 0 auto;
	padding: 0 20px;
}

.events-why2__cards {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 24px;
	position: relative;
	z-index: 2;
}

.events-why2__card {
	position: relative;
	overflow: hidden;
	border-radius: 4px;
}

.events-why2__card img {
	width: 100%;
	height: 470px;
	object-fit: cover;
	display: block;
}

.events-why2__card-label {
	position: absolute;
	top: 26px;
	left: 0;
	right: 0;
	text-align: center;
	color: #FFFFFF;
	font-size: 20px;
	font-weight: 300;
	text-transform: uppercase;
	text-shadow: 0 1px 8px rgba(0, 0, 0, 0.5);
	padding: 0 16px;
}

/* Gray band behind the "types" area; cards overlap its top edge */
.events-why2__types {
	background: #f5f4f1;
	margin-top: -120px;
	padding: 150px 40px 60px;
	text-align: center;
}

.events-why2__types-title {
	font-size: 26px;
	font-weight: 300;
	text-transform: uppercase;
	color: #2F2F2F;
	margin: 0 0 40px;
}

.events-why2__types-grid {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	max-width: 1000px;
	margin: 0 auto;
}

.events-why2__type {
	padding: 0 34px;
	text-align: left;
	border-left: 1px solid #e0ddd6;
}

.events-why2__type:first-child {
	border-left: none;
}

.events-why2__type-icon {
	display: inline-flex;
	width: 54px;
	height: 54px;
	margin-bottom: 16px;
	align-items: center;
	justify-content: center;
}

.events-why2__type-icon img {
	max-width: 100%;
	max-height: 100%;
	object-fit: contain;
}

.events-why2__type-icon .hs-font-icon {
	color: var( --hs-color-primary, #A8875E );
	font-size: 32px;
}

.events-why2__type-title {
	font-size: 16px;
	font-weight: 600;
	text-transform: uppercase;
	color: #2F2F2F;
	margin: 0 0 10px;
}

.events-why2__type-text {
	font-size: 14px;
	line-height: 1.6;
	color: #8a8a8a;
	margin: 0;
}

.events-why2__cta {
	margin-top: 46px;
	text-align: center;
}

.events-why2__btn {
	display: inline-block;
	padding: 15px 44px;
	background: #2a2a2a;
	color: #FFFFFF;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-size: 13px;
	text-decoration: none;
	transition: background 0.25s ease;
}

.events-why2__btn:hover {
	background: #A8875E;
}

@media (max-width: 860px) {
	.events-why2__title {
		font-size: 26px;
	}
	.events-why2__cards {
		grid-template-columns: 1fr;
		gap: 16px;
	}
	.events-why2__card img {
		height: 300px;
	}
	.events-why2__types {
		margin-top: 0;
		padding: 44px 20px;
	}
	.events-why2__types-grid {
		grid-template-columns: 1fr;
		gap: 30px;
	}
	.events-why2__type {
		border-left: none;
		text-align: center;
	}
}
