.ds-event-page-about {
	padding: 0 !important;
	padding-top: 5rem !important;
	background: var(--epa_bg_color, #001028);
}

.ds-epa__wrapper--bottom-padding {
	padding-bottom: 5rem;
}

.ds-epa__inner {
	max-width: 75rem;
	margin: 0 auto;
}

.ds-epa__inner > *:last-child {
	margin-bottom: 0;
}

.ds-epa__title {
	color: var(--epa_title_color, #F8F9FA) !important;
	text-align: center;
	font-family: 'Lora', serif !important;
	font-size: 2rem;
	line-height: 1.1875;
	font-weight: 300;
	letter-spacing: -0.065rem;
	margin-bottom: 1.5rem;
}

.ds-epa__content {
	max-width: 37.9rem;
	margin: 0 auto 1.5rem;
	color: var(--epa_text_color, #E9ECEF);
	text-align: center;
	font-family: var(--ds-font-content) !important;
	font-size: 1rem;
	line-height: 1.5;
	font-weight: 300;
	letter-spacing: 0.02rem;
}

.ds-epa__content p {
	margin: 0;
}

.ds-epa__list {
	margin: 0;
	padding: 0;
	list-style-type: none;
	display: flex;
	justify-content: center;
	align-items: flex-start;
	gap: 0.9375rem;
	margin-bottom: 1.5rem;
}

.ds-epa__item {
	padding: 1.5rem;
	flex: 1;
	max-width: 17.1875rem;
}

.ds-epa__item-icon {
	width: 4rem;
	height: 4rem;
	border-radius: 50%;
	margin: 0 auto 1rem;
	background: var(--epa_item_bg_color, #FF6F00);
	border: 0.0625rem solid var(--epa_item_border_color, #FF6F00);
	color: var(--epa_item_icon_color, #FFFFFF);
	display: flex;
	align-items: center;
	justify-content: center;
}

.ds-epa__item-icon svg {
	width: 1.5625rem;
	height: 1.5625rem;
}

.ds-epa__item-title {
	text-align: center;
	margin-bottom: 0.5rem;
	font-size: 1rem;
	font-weight: 600;
	line-height: 1.5;
	letter-spacing: 0.0225rem;
	color: var(--epa_title_color, #F8F9FA);
}

.ds-epa__item-description {
	text-align: center;
	font-size: 1rem;
	line-height: 1.5;
	letter-spacing: 0.02rem;
	color: var(--epa_text_color, #E9ECEF);
	font-weight: 300;
}

.ds-epa-btns {
	display: flex;
	align-items: center;
	justify-content: center;
}

.ds-epa-btns .ds-btn {
	font-size: 1rem;
	line-height: 1.5;
	height: 3rem;
	padding: .78rem 2rem;
}

@media (max-width: 992px) {
	.ds-event-page-about {
		padding: 5rem 1.25rem 0 !important;
	}

	.ds-epa__title {
		font-size: 1.5rem;
		line-height: 1.16666667;
		letter-spacing: -0.035rem;
		font-weight: 300;
		margin-bottom: 1.75rem;
	}

	.ds-epa__list {
		display: grid;
		grid-template-columns: repeat(1,1fr);
		gap: 2.5rem;
	}

	.ds-epa__item {
		max-width: 100%;
		display: flex;
		align-items: center;
		justify-content: center;
		flex-wrap: wrap;
		gap: 1rem 0.75rem;
		padding: 0;
	}

	.ds-epa__item-icon {
		width: 2rem;
		height: 2rem;
		margin: 0;
	}

	.ds-epa__item-icon svg {
		width: 0.875rem;
		height: 0.875rem;
	}

	.ds-epa__item-title {
		font-size: 1rem;
		font-weight: 600;
		letter-spacing: 0.02rem;
		margin-bottom: 0;
	}

	.ds-epa__item-description {
		flex: 1 100%;
		text-align: center;
		font-size: 1rem;
		letter-spacing: 0.02rem;
	}
}