.image-with-twocol-text {
	max-width: 100% !important;
	margin-top: 0 !important;

	/*background-color: var(--wp--preset--color--brand);*/
}
.image-with-twocol-text.theme-color-dark {
	background: var(--wp--preset--color--brand);
}
.image-with-twocol-text.theme-color-dark .content {
	color: white;
}
.image-with-twocol-text .items {
	display: flex;
	flex-wrap: wrap;
	width: 100%;
	gap: var(--wp--custom--layout--spacing-120);
}

.image-with-twocol-text-inner {
	display: flex;
	gap: 80px;
	align-items: stretch;
}

.image-with-twocol-text-inner-wrap {
	width: 100%;
}
.image-with-twocol-text-inner-wrap.aspect-ratio-five-six .content {
	align-items: flex-start;
}
.image-with-twocol-text-inner-wrap.aspect-ratio-five-six .image-with-twocol-text-inner {
	align-items: flex-start;
}
.image-with-twocol-text-inner .content {
	display: flex;
	/*align-items: flex-end;*/
	align-items: center;

	flex-wrap: wrap;
	width: 50%;
	height: 100%;
	padding-top: var(--wp--custom--layout--spacing-56);
	padding-bottom: var(--wp--custom--layout--spacing-56);
}



.image-with-twocol-text.theme-color-light .image-with-twocol-text-inner .content{
	color: var(--wp--preset--color--dark);
}
.image-with-twocol-text-inner .content.image-position-right {
	padding-right:var(--wp--custom--layout--spacing-56);
}
.image-with-twocol-text-inner .content.image-position-left {
	padding-right: var(--wp--custom--layout--spacing-56);
}


.image-with-twocol-text-inner .media {
	width: 50%;
	aspect-ratio: 3/2;
}
.image-with-twocol-text-inner .media img {
	width: 100%;
	height: 100%;
	/*min-height: 29vw;*/
	object-fit: cover;
}

.image-with-twocol-text-inner .media.image-position-left {
	order:1
}
.image-with-twocol-text-inner .media.image-aspect-ratio-contain img {
	object-fit: contain;
}
.image-with-twocol-text-inner .content.image-position-left {
	order:2;
}

.image-with-twocol-text-inner .content-wrapper {
	display: flex;
	flex-wrap: wrap;
	gap: 48px;
	width: 100%;
	font-size: 20px;

}
.image-with-twocol-text-inner .content-wrapper h2,.image-with-twocol-text-inner .content-wrapper h3,.image-with-twocol-text-inner .content-wrapper h4,.image-with-twocol-text-inner .content-wrapper h5{
	line-height: 100%;
	letter-spacing: -0.8px;
}
.image-with-twocol-text-inner .content-wrapper a {
	text-decoration: underline;
}

.image-with-twocol-text.padding-top-24 { padding-top: var(--wp--custom--layout--spacing-24); }
.image-with-twocol-text.padding-top-32 { padding-top: var(--wp--custom--layout--spacing-32); }
.image-with-twocol-text.padding-top-40 { padding-top: var(--wp--custom--layout--spacing-40); }
.image-with-twocol-text.padding-top-48 { padding-top: var(--wp--custom--layout--spacing-48); }
.image-with-twocol-text.padding-top-56 { padding-top: var(--wp--custom--layout--spacing-56); }
.image-with-twocol-text.padding-top-64 { padding-top: var(--wp--custom--layout--spacing-64); }
.image-with-twocol-text.padding-top-96 { padding-top: var(--wp--custom--layout--spacing-96); }
.image-with-twocol-text.padding-top-120 { padding-top: var(--wp--custom--layout--spacing-120); }
.image-with-twocol-text.padding-bottom-24 { padding-bottom: var(--wp--custom--layout--spacing-24); }
.image-with-twocol-text.padding-bottom-32 { padding-bottom: var(--wp--custom--layout--spacing-32); }
.image-with-twocol-text.padding-bottom-40 { padding-bottom: var(--wp--custom--layout--spacing-40); }
.image-with-twocol-text.padding-bottom-48 { padding-bottom: var(--wp--custom--layout--spacing-48); }
.image-with-twocol-text.padding-bottom-56 { padding-bottom: var(--wp--custom--layout--spacing-56); }
.image-with-twocol-text.padding-bottom-64 { padding-bottom: var(--wp--custom--layout--spacing-64); }
.image-with-twocol-text.padding-bottom-96 { padding-bottom: var(--wp--custom--layout--spacing-96); }
.image-with-twocol-text.padding-bottom-120 { padding-bottom: var(--wp--custom--layout--spacing-120); }
.image-with-twocol-text .items.gap-24 { gap: var(--wp--custom--layout--spacing-24);}
.image-with-twocol-text .items.gap-32 { gap: var(--wp--custom--layout--spacing-32);}
.image-with-twocol-text .items.gap-40 { gap: var(--wp--custom--layout--spacing-40);}
.image-with-twocol-text .items.gap-48 { gap: var(--wp--custom--layout--spacing-48);}
.image-with-twocol-text .items.gap-56 { gap: var(--wp--custom--layout--spacing-56);}
.image-with-twocol-text .items.gap-64 { gap: var(--wp--custom--layout--spacing-64);}
.image-with-twocol-text .items.gap-96 { gap: var(--wp--custom--layout--spacing-96);}
.image-with-twocol-text .items.gap-120 { gap: var(--wp--custom--layout--spacing-120);}

@media (max-width: 1024px) {
	.image-with-twocol-text-inner {
		flex-wrap: wrap;
	}
	.image-with-twocol-text-inner .content,.image-with-twocol-text-inner .media {
		width: 100%;

	}
	.image-with-twocol-text-inner .content {
		order: 2;
	}
	.quote-carousel-with-media .quote-carousel-inner-wrap {
		padding: 32px 20px;
	}
	.image-with-twocol-text-inner .content.image-position-right ,.image-with-twocol-text-inner .content.image-position-left {
		padding: 0;
	}
	.image-with-twocol-text-inner {
		gap: var(--wp--custom--layout--spacing-40);
	}
	.image-with-twocol-text-inner-wrap.aspect-ratio-five-six .media {
		aspect-ratio: 1/1;
	}
	.image-with-twocol-text .items {
		gap: var(--wp--custom--layout--spacing-64);
	}

}


@media (max-width: 768px) {

	.image-with-twocol-text.padding-top-32 { padding-top: var(--wp--custom--layout--spacing-24); }
	.image-with-twocol-text.padding-top-40 { padding-top: var(--wp--custom--layout--spacing-32); }
	.image-with-twocol-text.padding-top-48 { padding-top: var(--wp--custom--layout--spacing-40); }
	.image-with-twocol-text.padding-top-56 { padding-top: var(--wp--custom--layout--spacing-48); }
	.image-with-twocol-text.padding-top-64 { padding-top: var(--wp--custom--layout--spacing-56); }
	.image-with-twocol-text.padding-top-96 { padding-top: var(--wp--custom--layout--spacing-64); }
	.image-with-twocol-text.padding-top-120 { padding-top: var(--wp--custom--layout--spacing-96); }
	.image-with-twocol-text.padding-bottom-32 { padding-bottom: var(--wp--custom--layout--spacing-24); }
	.image-with-twocol-text.padding-bottom-40 { padding-bottom: var(--wp--custom--layout--spacing-32); }
	.image-with-twocol-text.padding-bottom-48 { padding-bottom: var(--wp--custom--layout--spacing-40); }
	.image-with-twocol-text.padding-bottom-56 { padding-bottom: var(--wp--custom--layout--spacing-48); }
	.image-with-twocol-text.padding-bottom-64 { padding-bottom: var(--wp--custom--layout--spacing-56); }
	.image-with-twocol-text.padding-bottom-96 { padding-bottom: var(--wp--custom--layout--spacing-64); }
	.image-with-twocol-text.padding-bottom-120 { padding-bottom: var(--wp--custom--layout--spacing-96); }
	.image-with-twocol-text .items.gap-32 { gap: var(--wp--custom--layout--spacing-24);}
	.image-with-twocol-text .items.gap-40 { gap: var(--wp--custom--layout--spacing-32);}
	.image-with-twocol-text .items.gap-48 { gap: var(--wp--custom--layout--spacing-40);}
	.image-with-twocol-text .items.gap-56 { gap: var(--wp--custom--layout--spacing-48);}
	.image-with-twocol-text .items.gap-64 { gap: var(--wp--custom--layout--spacing-56);}
	.image-with-twocol-text .items.gap-96 { gap: var(--wp--custom--layout--spacing-64);}
	.image-with-twocol-text .items.gap-120 { gap: var(--wp--custom--layout--spacing-96);}
}
