.home-image-block {
	padding: 20px;
	background-color: var(--enigma-grey-tint-20);
	min-height: 714px;
	margin-top: 0px;
}
	.home-image-block__bg {
		display: block;
		width: 100%;
		height: 100%;
		position: absolute;
		overflow: hidden;
		top: 0;
		left: 0;
	}
	.home-image-block__bg img {
		display: block;
		width: 100%;
		height: 100%;
		object-fit: cover;
		object-position: bottom right;
	}

.home-image-block__inner {
	width: 100%;
	max-width: var(--inner-content);
	margin: auto;
	position: relative;
	z-index: 3;
}

	@media screen and (min-width: 1441px) {
		.home-image-block__bg {
			width: 100%;
			max-width: 1440px !important;
			min-width: 1440px !important;
			margin: 0 auto !important;
			z-index: 3;
			left: 0 !important;
			right: 0 !important;
		}
	}

.home-image-block__content {
	width: 50%;
}

.home-image-block__heading {
	font-size: var(--h1);
	font-weight: var(--bold);
	color: #000;
	margin-top: 15px;
	margin-bottom: 30px;
	line-height: 1.35;
}

.home-image-block__subheading {
	font-size: var(--h1);
	font-weight: var(--lightest);
	color: #000;
	margin: -7px 0 25px;
	padding-top: 0px;
}

.home-image-block__text {
	font-size: var(--intro-text);
	font-weight: var(--lightest);
}

.home-image-block__text p {
	margin-bottom: 30px;
}


@media screen and (max-width: 960px) {
	.home-image-block {
		padding: 75px 20px;
		min-height: unset;
	}
	.home-image-block__bg {
		opacity: 0.3;
	}
	.home-image-block__content {
		width: 100%;
	}
}

@media screen and (max-width: 640px) {
	.home-image-block__bg {
		opacity: 0.1;
	}
}

@media screen and (max-width: 1200px) {
	.home-image-block {
		margin-bottom: 70px;
	}
}

.home-image-block__content ol {
	list-style: decimal;
	padding-left: 1em;
	font-size: 1rem;
	font-weight: var(--light);
	margin-top: 23px;
}

.home-image-block__content ol li::marker {
    color: var(--enigma-tan);
	font-weight: var(--bold);
	font-size: 1rem;
}

.home-image-block__buttons {
	margin: 55px -15px 5px;
}

	.home-image-block__buttons a {
		margin: 5px 15px;
	}

	.home-image-block__buttons img {
		position: relative;
		top: -22px;
		margin-left: 15px;
	}

@media screen and (max-width: 700px) {
	.home-image-block__buttons {
		flex-wrap: wrap;
	}

	.home-image-block__buttons span:last-of-type {
		display: block;
		width: 100%;
	}

	.home-image-block__buttons img {
		top: unset;
		margin-top: 30px;
		display: block;
	}
}
