.pyrotech-legacy {
	background: #f0f0f0;
	padding: 78px 0 80px;
}

.pyrotech-legacy .section-head {
	margin-bottom: 40px;
}

.pyrotech-legacy .heading-common {
	font-size: 40px;
	line-height: 120%;
	color: #111;
	/* max-width: 480px; */
}

.pyrotech-legacy .heading-common-light {
	font-weight: 400;
}

.pyrotech-legacy .heading-common-line--heavy {
	display: block;
	margin-top: 0.15em;
	font-weight: 900;
}

.pyrotech-legacy .heading-common-desc {
	line-height: 160%;
	color: #333;
	max-width: 560px;
	flex: 1;
	min-width: 0;
}

.pyrotech-legacy__row {
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	align-items: stretch;
	gap: 24px;
	width: 100%;
	min-width: 0;
	box-sizing: border-box;
}

.pyrotech-legacy__card {
	position: relative;
	display: flex;
	flex-direction: column;
	flex: 1 1 0%;
	min-width: 0;
	padding: 24px;
	border-radius: 18px;
	overflow: hidden;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	min-height: 360px;
	box-sizing: border-box;
}

.pyrotech-legacy__card::before {
	content: '';
	position: absolute;
	inset: 0;
	z-index: 1;
	background: linear-gradient(180deg, rgba(0, 0, 0, 0) 40%, rgba(0, 0, 0, 0.72) 100%);
	border-radius: inherit;
	pointer-events: none;
}

.pyrotech-legacy__card-hit {
	position: absolute;
	inset: 0;
	z-index: 3;
	border-radius: inherit;
}

.pyrotech-legacy__card-hit:focus-visible {
	outline: 2px solid #fff;
	outline-offset: 3px;
}

.pyrotech-legacy__card-inner {
	position: relative;
	z-index: 2;
	flex: 1 1 auto;
	display: flex;
	flex-direction: column;
	justify-content: flex-end;
	min-height: 0;
	padding: 0;
	box-sizing: border-box;
	pointer-events: none;
}

.pyrotech-legacy__label {
	font-family: inherit;
	font-weight: 600;
	font-size: 18px;
	
	
	text-transform: uppercase;
	color: #ffffff;
	margin: 0;
	text-align: left;
}

@media (max-width: 1024px) {
	.pyrotech-legacy .section-head {
		flex-direction: column;
		gap: 24px;
	}

	.pyrotech-legacy .heading-common {
		max-width: none;
	}

	.pyrotech-legacy .heading-common-desc {
		max-width: none;
	}

	.pyrotech-legacy__row {
		flex-wrap: wrap;
	}

	.pyrotech-legacy__card {
		flex: 1 1 calc(50% - 12px);
		min-width: 200px;
	}
}

@media (max-width: 640px) {
	.pyrotech-legacy {
		padding: 56px 0 60px;
	}

	.pyrotech-legacy .heading-common {
		font-size: 28px;
	}

	.pyrotech-legacy__row {
		flex-direction: column;
		flex-wrap: nowrap;
	}

	.pyrotech-legacy__card {
		flex: 1 1 auto;
		width: 100%;
		min-height: 300px;
	}

}
