.image-text-custom{
  display: grid;
  grid-template-columns: 53% 46.32%;
	justify-content: space-between;
  align-items: center;
}
.image-text-custom-flip .image-text-custom__image{
order: 2;
  z-index: -5;
  position: relative;
  margin-left: -44px;
}
.image-text-custom-flip div.image-text-custom__content{
	margin-left: 0px;
	z-index: 57;
}
.image-text-custom-flip {
align-items: center;
  display: grid;
  grid-template-columns: 56.32% 43.3%;
  justify-content: space-between;
}
.image-text-custom__content{
  padding: 62px 40px;
	margin-left: -120px;
}

{# ----- Tablet ----- #}
@media screen and (max-width: 767px){
	.image-text-custom-flip .image-text-custom__image {
		margin-left: 0;
	}
	.image-text-custom div.image-text-custom__image img,
	.image-text-custom-flip div.image-text-custom__image img{
		width: 100%;
	}
	.image-text-custom-flip .image-text-custom__image {
		order: initial;
	}
	.image-text-custom__content {
		margin-left: initial;
		padding: 30px 20px;
	}
	.image-text-custom,
	.image-text-custom-flip{
		align-items: center;
		grid-template-columns: 1fr;
		grid-row-gap: 30px;
	}
}
{# ----- Tablet ----- #}