.acf-block-preview   .ftc-hero--content {
	top: 0px;
	position: relative;
	background-color: #FFFFFF;
	width: 100%;
	padding: 20px 100px;
	min-height: 200px;
	z-index: 50;
	box-sizing: border-box;
}
.acf-block-preview .ftc-hero--content h1 {
	font-family: "Noto Sans", sans-serif;
	font-size: 48px;
	font-weight: 300;
	line-height: 54px;
	color: #000000;
	color: var(--color--black, #000000);
}
.acf-block-preview   .ftc-hero--image {
	width:100%;
	padding:40px;
	box-sizing: border-box;
}
.acf-block-preview .ftc-hero .ftc-hero--content a.cta-link {
	font-family: "Noto Sans", sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: 700;
	line-height: 24px;
	text-transform: uppercase;
	color: #00583F;
}
.acf-block-preview   .ftc-hero--image img {
	width:100%;
}
