.image-form-custom{
	display: grid;
	grid-template-columns: 53% 46.32%;
	justify-content: space-between;
	align-items: center;
}
.image-form-custom__image input.hs-button.primary.large{
  border: 1px solid #fff;
}
.image-form-custom__image input.hs-button:hover{
  color: #0C347D !important;
	background-color: #FFF;
}
.image-form-custom-flip .image-form-custom__image{
	order: 2;
	z-index: 390;
	position: relative;
	margin-left: -44px;
	padding: 70px 42px;
}
.image-form-custom-flip div.image-form-custom__content{
	margin-left: 0px;
	z-index: 57;
}
.image-form-custom-flip {
	align-items: center;
	display: grid;
	grid-template-columns: 43.3% 56.32% ;
	justify-content: space-between;
}
.image-form-custom__content{
	padding: 140px 40px;
	margin-left: -120px;
}

{# ----- Tablet ----- #}
@media screen and (max-width: 767px){
	.image-form-custom-flip .image-form-custom__image {
		margin-left: 0;
	}
	.image-form-custom-flip .image-form-custom__image {
    order: 2;
  }
	.image-form-custom div.image-form-custom__image img,
	.image-form-custom-flip div.image-form-custom__image img{
		width: 100%;
	}

	.image-form-custom__content {
		margin-left: initial;
		padding: 30px 20px;
	}
	.image-form-custom,
	.image-form-custom-flip{
		align-items: center;
		grid-template-columns: 1fr;
		grid-row-gap: 0px;
	}
}
{# ----- Tablet ----- #}