.cookbook-cta .right h2 {
	color: #E49FC7;
	font-size: 55px;
	font-weight: 100;
	line-height: 64px;
	letter-spacing: 0rem;
	margin: 6px 0 6px;
	text-align: center;
	text-transform: capitalize;
}
.cookbook-cta  {
	padding: 30px 55px;
	border: 1px solid #E49FC7;
	border-radius: 31px;
	margin: 37px auto 30px;
}
.cookbook-cta .image-left {
	flex-direction: row;
}
.cookbook-cta  .image-right {
	flex-direction: row-reverse;
}
.cookbook-cta .right {
	width: 51%;
	padding: 0;
	display: table;
	text-align: center;
}
.cookbook-cta .right h2 strong {
	display: inline-block;
	margin: 0 22px 0 265px;
}
.cookbook-cta .right h4 {
	color: #E49FC7;
	font-size: 17px;
	font-family: 'proxima-nova';
	letter-spacing: 0.07rem;
	font-weight: 600;
	margin: 0;
}
.cookbook-cta .right p a.arrow {
	text-decoration: none;
	font-family: 'proxima-nova';
	font-size: 14px;
	text-transform: uppercase;
	background-image: url(../png/right-arrow-2.png);
	background-repeat: no-repeat;
	background-size: 18px;
	background-position: center right 30px;
	display: block;
	padding: 8px 19px 0 0;
	margin: 37px 0 0;
	filter: invert(1);
	background-color: white;
	border-radius: 25px;
	height: 45px;
	width: 196px;
	text-align: center;
	font-weight: 500;
	letter-spacing: 0.1rem;
	border: 1px solid black;
}
.cookbook-cta .right p a.arrow:hover {
	filter: invert(0);
}
.cookbook-cta .right p {
	margin: 0 auto;
	color: #E49FC7;
	font-size: 20px;
	line-height: 27px;
	font-weight: 100;
	width: 100%;
	letter-spacing: 0.004rem;
	text-align: center;
}
.cookbook-cta  .right a {
	text-decoration: none;
}
.cookbook-cta  .right a:hover {
	opacity: 1;
	color:#36170D;
}
.cookbook-cta .right button {
	background: #E49FC7;
	border-radius: 25px;
	color: white;
	font-size: 14px;
	text-transform: uppercase;
	font-weight: 400;
	font-family: 'proxima-nova';
	letter-spacing: 0.1rem;
	height: 45px;
	padding: 0 52px;
	border: 1px solid #E49FC7;
	text-decoration: none;
	margin: 30px auto 0;
}
.cookbook-cta .right button:hover {
	background:#fdf8f3;
	color:#E49FC7;
	opacity: 1;
}
.cookbook-cta .flex {
	max-width: 100%;
	margin: 0 auto;
	justify-content: space-between;
	position: relative;
}
.cookbook-cta .flex .left {
	width: 289px;
	height: 297px;
	object-fit: contain;
	object-position: center;
	margin: 0;
	transform: rotate(-4deg);
}
@media all and (max-width:1080px) {
	.cookbook-cta .right {
		width: 100%;
		padding: 0;
		display: table;
		text-align: center;
	}
	.cookbook-cta .flex .left {
		width: 289px;
		height: 297px;
		margin: 0 auto 30px;
	}
}
@media all and (max-width:500px) {
	.cookbook-cta .right h2 {
		font-size:45px;
	}
	.cookbook-cta {
		padding: 30px 5px;
		border: 1px solid #E49FC7;
		border-radius: 31px;
		margin: 37px auto 30px;
	}
}