.block-email.cwp-large {
	display: flex;
	flex-wrap: nowrap;
	align-items: center;
	column-gap: 32px;
	row-gap: 16px;
	position: relative;
}

.block-email.cwp-large::after {
	position: absolute;
	top: -14px;
	right:-14px;
	background: url('../svg/free-recipes.svg') no-repeat center;
	height: 112px;
	width: 112px;
	background-size: contain;
	content: '';
}

.block-email__image {
	flex-basis: 344px;
	flex-grow: 0;
	flex-shrink: 1;
}

.block-email .wpforms-container {
	flex-basis: 300px;
	flex-grow: 1;
	margin: 0;
}

div.block-email.has-background {
	padding: 40px;
	column-gap: 16px;
	row-gap: 0;
}

div.block-email.has-background .wpforms-container {
	padding: 16px;
}


@media (max-width: 768px) {
	div.block-email.has-background{
		padding: 16px;
	}
	.block-email.cwp-large  {
		flex-wrap: wrap;
	}
}