.post-shop-highlight {
	max-width: 819px;
	margin: 50px auto 86px;
}
.post-shop-highlight .flex {
	justify-content: space-between;
}
.post-shop-highlight .image-right {
	flex-direction: row-reverse;
}
.post-shop-highlight .flex .left {
	width: 345px;
	border: 1px solid #000000;
	text-align: center;
	min-height: 556px;
}
.post-shop-highlight .flex .left img {
	width: 91%;
	margin: 57px auto 19px;
	height: 400px;
	object-fit: contain;
	object-position: center;
}
.post-shop-highlight .flex .left span {
	font-family: 'presicav';
	font-size: 15px;
	font-weight: 600;
}
.post-shop-highlight .flex .right {
	border: 1px solid #000000;
	width: 448px;
	padding: 30px;
	min-height: 556px;
	position: relative;
}
.post-shop-highlight .flex .right p {
	position: absolute;
	bottom: 44px;
	left: 0;
	margin: 0;
	padding: 0 30px;
}
.post-shop-highlight .flex .right.has-taupe-background-color p, .post-shop-highlight .flex .right.has-taupe-background-color h2  {
	color: white;
}
.post-shop-highlight .flex .right h2{
	margin: 47px 0;
	font-size: 58px;
	line-height: 57px;
}
.post-shop-highlight .flex .right h5 {
	font-size: 10px;
	font-family: 'presicav';
	font-weight: 600;
	margin: 0;
	position: relative;
	padding: 3px 47px;
	display: block;
}
.post-shop-highlight .flex .right h5:before{
	content: "";
	display: block;
	position: absolute;
	top: -30px;
	left: -47px;
	width: 231px;
	height: 99px;
	background-image: url(../../assets/icons/utility/circle4.png);
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
}
@media all and (max-width: 1080px) {
	.post-shop-highlight .flex .right {
		width: 410px;
	}
	.post-shop-highlight .flex .left {
		width: 277px;
	}
}
@media all and (max-width:768px) {
	.post-shop-highlight .flex .left {
		width: 37%;
		min-height: 500px;
	}
	.post-shop-highlight .flex .right {
		width: 61%;
		min-height: 500px;
	}
	.post-shop-highlight .flex .left img {
		width: 89%;
		margin: 57px auto 19px;
		height: 275px;
		object-fit: contain;
		object-position: center;
	}
	.post-shop-highlight .flex .right h2 {
		margin: 14px 0 40px;
		font-size: 42px;
		line-height: 45px;
	}
}
@media all and (max-width:520px) {
	.post-shop-highlight {
		max-width: 100%;
		margin: 30px auto;
	}
	.post-shop-highlight .flex {
		justify-content: space-between;
		flex-direction: column-reverse;
	}
	.post-shop-highlight .flex .right {
		width: 100%;
		min-height: 445px;
	}
	.post-shop-highlight .flex .left {
		width: 100%;
		min-height: auto;
		padding: 0 0 30px;
		border-top: none;
	}
	.post-shop-highlight .flex .left img {
		width: 95%;
		margin: 0 auto 0;
		height: 275px;
		object-fit: contain;
		object-position: center;
	}
	.post-shop-highlight .image-right {
		flex-direction: column-reverse;
	}
}