.block-cookbook {
	text-align: center;
}

.block-cookbook .block-cookbook__image {
	padding: 32px;
	max-width: 318px;
	margin: 0 auto var(--wp--style--block-gap);
}

p.block-cookbook__title {
	font-weight: 300;
	font-size: var(--wp--preset--font-size--gigantic);
	line-height: var(--wp--custom--line-height--small);
}

@media only screen and (min-width: 900px) {

	.full-width-content .block-cookbook__content {
		position: relative;
		padding-left: calc( 336px + 64px );
		min-height: calc( 336px + 64px );
		display: flex;
		flex-direction: column;
		justify-content: center;
	}

	.full-width-content .block-cookbook__content .block-cookbook__image {
		position: absolute;
		left: 0;
		top: 50%;
		transform: translateY(-50%);
		width: 336px;
		height: 336px;
		object-fit: contain;
		margin: 0;
	}

}
