#contentpage-header.dx-hero-easy {
	position: relative;
	overflow: hidden;
	display: flex;
	align-items: flex-end;
	background: var(--color-white);
	color: var(--color-text);
	isolation: isolate;
	margin-inline: 0;
	margin-top: 8rem;
	margin-bottom: 4rem;
	padding-inline: 0;
	padding-block: 4rem 3rem;
}

.dx-hero-easy__container,
.dx-hero-easy__row,
.dx-hero-easy__col {
	position: relative;
	z-index: 2;
	width: 100%;
}

.dx-hero-easy__title {
	margin: 0;
	max-width: 62rem;
	color: var(--color-text);
	text-shadow: none;
}

#contentpage-header.dx-hero-easy.dx-hero-easy--center-title {
	align-items: center;
}

.dx-hero-easy--center-title .dx-hero-easy__col {
	display: flex;
	justify-content: center;
}

.dx-hero-easy--center-title .dx-hero-easy__title {
	text-align: center;
	margin-inline: auto;
	width: fit-content;
	max-width: 100%;
}

.dx-hero-easy--center-title .dx-hero-easy__title::after {
	margin-inline: auto;
}

@media (max-width: 991.98px) {
	#contentpage-header.dx-hero-easy {
		padding-block: 4rem 3rem;
	}
}

@media (max-width: 767.98px) {
	#contentpage-header.dx-hero-easy {
		margin-top: 0;
		padding-block: 15rem var(--space-2xl);
	}
}
