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


.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;
}

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

@media (max-width: 767.98px) {
#contentpage-header.dx-hero-easy {
  margin-left: 0;
  margin-right: 0;
  margin-top:0;
  padding: var(--gutter);
  padding-top:15rem;
}


}