.acf-block-preview .section_half_img_with_text.overlap_block {
	margin-top: 0 !important;
}
.section_half_img_with_text.overlap_block {
	margin-top: -263px;
}
@media only screen and (max-width: 1440px) {
	.section_half_img_with_text.overlap_block {
		margin-left: 15px;
		margin-right: 15px;
	}
}
.section_half_img_with_text.global-block-ptb {
	padding: 0;
}
.section_half_img_with_text.container {
	padding: 0 !important;
}
.section_tagline_title_text {
	border-top: 1px solid rgba(0, 29, 3, 0.20);
	padding-top: 37px;
	margin-top: 37px;
}
.half_img_with_text_inner {
	
	display: flex;
	flex-wrap: wrap;
	gap: 70px;
	padding: 70px;
	align-items: flex-start;
	
}
.half_img_with_text_inner.stretch_image {
	align-items: unset;
}

.section_half_img_with_text.align_image-left .half_img_with_text_inner {
	flex-direction: row-reverse;
}

.half_img_with_text_inner .image_col {
	width: 50%;
	border-radius: 30px;
	overflow: hidden;
}

.half_img_with_text_inner.stretch_image .image_col img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.half_img_with_text_inner .text_col {
	flex:1;
	position: relative;
	display: flex;
	flex-direction: column;
	justify-content: center;
}

.half_img_with_text_inner .text_col .text_col_inner {
	max-width: 495px;
}
@media only screen and (max-width: 1024px) {
	.half_img_with_text_inner {
		gap: 30px;
		padding: 40px 25px;
	}
}
@media only screen and (max-width:768px) {
	.section_half_img_with_text.align_image-left .half_img_with_text_inner,
	.half_img_with_text_inner {
		flex-direction: column-reverse;
	}
	.half_img_with_text_inner .text_col .text_col_inner {
		max-width: 100%;
	}
	.half_img_with_text_inner .image_col {
		width: 100%;
	}
	.half_img_with_text_inner {
		padding: 30px 15px;
	}
}