.event-cards-wrapper-2832 {
	display: flex;
	flex-direction: column;
	gap: 40px;
}

.event-cards-header-2832 {
	max-width: 800px;
}

.header-subtitle-2832 {
	font-size: 14px;
	font-weight: 600;
	letter-spacing: 2px;
	color: #667871;
	text-transform: uppercase;
	margin-bottom: 15px;
}

.header-title-2832 {
	font-size: 42px;
	font-weight: 700;
	color: #1a3c30;
	margin: 0 0 20px 0;
	line-height: 1.2;
}

.header-description-2832 {
	font-size: 18px;
	color: #667871;
	line-height: 1.6;
}

.event-cards-container-2832 {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
	gap: 30px;
}

.event-card-2832 {
	background-color: #ffffff;
	border-radius: 24px;
	overflow: hidden;
	box-shadow: 0 4px 20px rgba(0, 0, 0, 0.05);
	display: flex;
	flex-direction: column;
}

.card-image-2832 {
	width: 100%;
	height: 240px;
}

.card-image-2832 img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.card-content-2832 {
	padding: 30px;
	display: flex;
	flex-direction: column;
	flex-grow: 1;
}

.card-label-2832 {
	display: inline-block;
	background-color: #f0f3f2;
	color: #556c60;
	font-size: 12px;
	font-weight: 600;
	letter-spacing: 1px;
	padding: 6px 16px;
	border-radius: 20px;
	margin-bottom: 20px;
	align-self: flex-start;
}

.card-title-2832 {
	font-size: 24px;
	font-weight: 700;
	color: #1a3c30;
	margin: 0 0 15px 0;
	line-height: 1.3;
}

.card-description-2832 {
	font-size: 16px;
	color: #667871;
	line-height: 1.6;
	margin: 0 0 30px 0;
	flex-grow: 1;
}

.card-button-2832 {
	display: inline-block;
	font-weight: 600;
	text-decoration: none;
	transition: all 0.3s ease;
	align-self: flex-start;
	padding: 12px 24px;
	border-radius: 30px;
}

.card-button-2832.btn-solid {
	background-color: #92ab62;
	color: #1a3c30;
}

.card-button-2832.btn-solid:hover {
	opacity: 0.9;
}

.card-button-2832.btn-outline {
	background-color: transparent;
	color: #1a3c30;
	border: 1px solid #1a3c30;
}

.card-button-2832.btn-outline:hover {
	background-color: #1a3c30;
	color: #ffffff;
}

.card-button-2832.btn-text {
	background-color: transparent;
	color: #1a3c30;
	padding: 0;
	border-radius: 0;
	border-bottom: 2px solid #1a3c30;
}

.card-button-2832.btn-text:hover {
	opacity: 0.7;
}
