.culinary-sidebyside {
	padding: 0;
	margin-bottom: 50px;
	position: relative;
}

.culinary-sidebyside .sidebyside-header {
	position: absolute;
	top: 0;
	left: 50%;
	transform: translateX(-50%);
	max-width: calc(100% - 40px);
	z-index: 1;
}

.culinary-sidebyside .sidebyside-header h2 {
	padding: 15px 37px;
	background-color: #fff;
	width: max-content;
	font-family: 'Helvetica Neue LT W05_65 Medium', sans-serif;
	font-size: 12px;
	color: #000;
	line-height: 1;
	letter-spacing: 2px;
	text-align: center;
	text-transform: uppercase;
}

.culinary-sidebyside .sidebyside-slides .imgbox img {
	display: block;
	width: 100%;
	height: auto;
}

.culinary-sidebyside .sidebyside-slides .textbox {
	padding: 40px 20px 45px;
	color: #000;
	text-transform: uppercase;
}

.culinary-sidebyside .sidebyside-slides .textbox.pink {
	background-color: #fff3e9;
}

.culinary-sidebyside .sidebyside-slides .textbox.gray {
	background-color: #e5e9ed;
}

.culinary-sidebyside .textbox h3 {
	font-family: 'Helvetica Neue LT W05_65 Medium', sans-serif;
	font-size: 12px;
	font-weight: 400;
	color: #000;
	line-height: 1;
	letter-spacing: 2px;
	margin-bottom: 20px;
	position: relative;
}

.culinary-sidebyside .textbox h3::before {
	content: '';
	position: absolute;
	top: 50%;
	left: -20px;
	transform: translateY(-50%);
	width: 13px;
	height: 5px;
	background-color: #fa7f1c;
}

.culinary-sidebyside .textbox h4 {
	font-family: 'blv';
	font-size: 50px;
	font-weight: 400;
	color: inherit;
	line-height: 40px;
	margin-bottom: 20px;
	word-break: break-word;
}

.culinary-sidebyside .textbox h4 a {
	font-family: inherit;
	font-size: inherit;
	color: inherit;
	line-height: inherit;
}

.culinary-sidebyside .textbox p {
	font-family: 'Helvetica Neue LT W05_65 Medium', sans-serif;
	font-size: 14px;
	line-height: 23px;
	letter-spacing: 2px;
	margin-bottom: 20px;
}

.culinary-sidebyside .textbox .morelink {
	font-family: 'Helvetica Neue LT W05_65 Medium', sans-serif;
	font-size: 10px;
	color: inherit;
	line-height: 1;
	letter-spacing: 2px;
	text-transform: uppercase;
	padding: 0 10px;
	border: solid #fa7f1c;
	border-width: 0 1px 0 1px;
}

@media screen and (min-width: 641px) {
	.culinary-sidebyside {
		margin-bottom: 77px;
	}

	.culinary-sidebyside .sidebyside-slides .slide {
		display: flex;
	}

	.culinary-sidebyside .sidebyside-slides.right-aligned .slide {
		flex-direction: row-reverse;
	}

	.culinary-sidebyside .sidebyside-slides .slide > div {
		flex: 1;
	}

	.culinary-sidebyside .sidebyside-slides .imgbox img {
		object-position: center;
		object-fit: cover;
		height: fit-content;
	}

	.culinary-sidebyside .sidebyside-slides .textbox {
		padding: 20px;
		display: flex;
		flex-direction: column;
		justify-content: center;
		align-items: flex-start;
	}
}

@media screen and (min-width: 1025px) {
	.culinary-sidebyside .sidebyside-slides .textbox {
		padding: 40px;
		padding-left: 60px;
	}

	.culinary-sidebyside .textbox h3 {
		margin-bottom: 30px;
	}

	.culinary-sidebyside .textbox h3::before {
		width: 44px;
		left: -60px;
	}

	.culinary-sidebyside .textbox h4 {
		font-size: 70px;
		line-height: 60px;
		margin-bottom: 30px;
	}
}
