.fiftyfifty-image-text {
	padding: var(--wp--custom--layout--spacing-92) 0 var(--wp--custom--layout--spacing-92) 0 !important;
	max-width: 100% !important;
	margin-top: 0 !important;
}
.fiftyfifty-image-text.horizontal-padding-0 {
	padding-top: 0 !important;
}
.fiftyfifty-image-text.horizontal-padding-40 {
	padding-top: var(--wp--custom--layout--spacing-40) !important;
}
.fiftyfifty-image-text.horizontal-padding-56 {
	padding-top: var(--wp--custom--layout--spacing-56) !important;
}
.fiftyfifty-image-text.horizontal-padding-64 {
	padding-top: var(--wp--custom--layout--spacing-64) !important;
}
.fiftyfifty-image-text.horizontal-padding-92 {
	padding-top: var(--wp--custom--layout--spacing-92) !important;
}
.fiftyfifty-image-text.horizontal-padding-120 {
	padding-top: var(--wp--custom--layout--spacing-120) !important;
}

.fiftyfifty-image-text.horizontal-padding-bottom-0 {
	padding-bottom: 0 !important;
}
.fiftyfifty-image-text.horizontal-padding-bottom-40 {
	padding-bottom: var(--wp--custom--layout--spacing-40) !important;
}
.fiftyfifty-image-text.horizontal-padding-bottom-56 {
	padding-bottom: var(--wp--custom--layout--spacing-56) !important;
}
.fiftyfifty-image-text.horizontal-padding-bottom-64 {
	padding-bottom: var(--wp--custom--layout--spacing-64) !important;
}
.fiftyfifty-image-text.horizontal-padding-bottom-92 {
	padding-bottom: var(--wp--custom--layout--spacing-92) !important;
}
.fiftyfifty-image-text.horizontal-padding-bottom-120 {
	padding-bottom: var(--wp--custom--layout--spacing-120) !important;
}
.fiftyfifty-image-text.bg-color-sand-beige {
	background: var(--wp--custom--color--sand-beige);
}
.fiftyfifty-image-text.bg-color-sand{
	background-color: var(--wp--custom--color--sand);
}
.fiftyfifty-image-text.bg-color-sand-light{
	background-color: var(--wp--custom--color--sand-light);
}
.fiftyfifty-image-text.bg-color-sand-white{
	background-color: var(--wp--custom--color--sand-white);
}
.fiftyfifty-image-text.bg-color-turquoise-aqua{
	background-color: var(--wp--custom--color--turquoise-aqua);
}
.fiftyfifty-image-text.bg-color-turquoise-light{
	background-color: var(--wp--custom--color--turquoise-light);
}
.fiftyfifty-image-text.bg-color-turquoise-sky{
	background-color: var(--wp--custom--color--turquoise-sky);
}

.fiftyfifty-image-text-inner {
	display: flex;
	gap: 80px;
}

.fiftyfifty-image-text-inner-wrap.aspect-ratio-five-six .media {
	aspect-ratio: 5/6;
}
.fiftyfifty-image-text-inner-wrap.aspect-ratio-five-six .content {
	align-items: flex-start;
}
.fiftyfifty-image-text-inner-wrap.aspect-ratio-five-six .fiftyfifty-image-text-inner {
	align-items: flex-start;
}
.fiftyfifty-image-text-inner .content {
	display: flex;
	align-items: flex-end;
	flex-wrap: wrap;
	width: 50%;

}
.fiftyfifty-image-text-inner .content.image-position-right {
	padding: 0 var(--wp--custom--layout--spacing-56) 0 var(--wp--custom--layout--spacing-32);
}
.fiftyfifty-image-text-inner .content.image-position-left {
	padding: 0 var(--wp--custom--layout--spacing-56) 0 0;
}
.fiftyfifty-image-text-inner .content.notitle {
	align-items: flex-start;
}
.fiftyfifty-image-text-inner .content h2{
	margin-top:20px;
	letter-spacing: -0.4px;
	align-self: flex-start;
}
.fiftyfifty-image-text-inner .content .links {
	width: 100%;
}
.fiftyfifty-image-text-inner .content .links a {
	margin: 0 10px 10px 0;
}
.fiftyfifty-image-text-inner .media {
	width: 50%;
	aspect-ratio: 3/2;
}
.fiftyfifty-image-text-inner .media img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.fiftyfifty-image-text-inner .media.image-position-left {
	order:1
}
.fiftyfifty-image-text-inner .content.image-position-left {
	order:2;
}

.fiftyfifty-image-text-inner .content-wrapper {
	display: flex;
	flex-wrap: wrap;
	align-items: flex-end;
	/*gap: 22px;*/
}
.fiftyfifty-image-text-inner .content-wrapper a {
	text-decoration: underline;
}
.fiftyfifty-image-text-inner .content-wrapper a:hover {
	color: var(--wp--custom--color--petrol);
}
@media (max-width: 1024px) {
	.fiftyfifty-image-text-inner {
		flex-wrap: wrap;
	}
	.fiftyfifty-image-text-inner .content,.fiftyfifty-image-text-inner .media {
		width: 100%;

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


	.fiftyfifty-image-text.horizontal-padding-40 {
		padding-top: var(--wp--custom--layout--spacing-32) !important;
	}
	.fiftyfifty-image-text.horizontal-padding-56 {
		padding-top: var(--wp--custom--layout--spacing-40) !important;
	}
	.fiftyfifty-image-text.horizontal-padding-64 {
		padding-top: var(--wp--custom--layout--spacing-56) !important;
	}
	.fiftyfifty-image-text.horizontal-padding-92 {
		padding-top: var(--wp--custom--layout--spacing-64) !important;
	}
	.fiftyfifty-image-text.horizontal-padding-120 {
		padding-top: var(--wp--custom--layout--spacing-92) !important;
	}

	.fiftyfifty-image-text.horizontal-padding-bottom-0 {
		padding-bottom: 0 !important;
	}
	.fiftyfifty-image-text.horizontal-padding-bottom-40 {
		padding-bottom: var(--wp--custom--layout--spacing-32) !important;
	}
	.fiftyfifty-image-text.horizontal-padding-bottom-56 {
		padding-bottom: var(--wp--custom--layout--spacing-40) !important;
	}
	.fiftyfifty-image-text.horizontal-padding-bottom-64 {
		padding-bottom: var(--wp--custom--layout--spacing-56) !important;
	}
	.fiftyfifty-image-text.horizontal-padding-bottom-92 {
		padding-bottom: var(--wp--custom--layout--spacing-64) !important;
	}
	.fiftyfifty-image-text.horizontal-padding-bottom-120 {
		padding-bottom: var(--wp--custom--layout--spacing-92) !important;
	}

}
