.acf-block-preview .ftc-banner  {
	max-width: 1200px;
	width: 80%;
	margin: 0 auto;
	display: flex;
	align-items: center;
	justify-content: space-evenly;
	background-color: #EDEDED;
}

.acf-block-preview .ftc-banner .ftc-banner--image {
	display: flex;
	height: 200px;
	width: 30%;
}

.acf-block-preview .ftc-banner .ftc-banner--image img {
	align-self: center;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.acf-block-preview .ftc-banner .ftc-banner--content {
	padding: 30px 0px;
	width: 60%;
}
.acf-block-preview .ftc-banner .ftc-banner--content h4 {
	font-family: "Noto Sans", sans-serif !important;
	font-size: 22px;
	font-weight: 500;
	line-height: 24px;
	margin: 0px 0px;
}
.acf-block-preview .ftc-banner p {
	font-family: "Noto Sans", sans-serif !important;
	font-size: 16px;
	font-weight: 400;
	line-height: 24px;
	margin: 20px 0px;
}
.acf-block-preview .ftc-banner--cta a {
	font-family: "Lato", sans-serif;
	font-size: 20px;
	text-transform: uppercase;
	display: flex;
	padding: 20px 3rem;
	justify-content: center;
	align-items: center;
	gap: 10px;
	font-weight: 700;
	border-radius: 100px;
	border: 1px solid;
	border-color: #f2d689 !important;
	background-color: #ffc72c !important;
	color: #000000 !important;
	appearance: none;
}
