.post-shop-highlight {
	background: white;
	box-shadow: 1px 5px 10px #c6c5c5;
	width: calc(100% + 277px);
	margin: 70px -138px 0;
	display: flex;
	justify-content: space-between;
	padding: 20px 65px 14px;
}
.post-shop-highlight .left {
	width: 303px;
	margin: 0;
	text-align: center;
}
.post-shop-highlight .left img {
	width: 100%;
	height: 369px;
	object-fit: contain;
}
.post-shop-highlight .right {
	width: 57%;
	height: 369px;
	display: table;
}
.post-shop-highlight .right a {
	text-transform: uppercase;
}
@media all and (max-width:1130px) {
	.post-shop-highlight {
		width: calc(100% + 155px);
		margin: 70px -82px 0;
	}
}
@media all and (max-width:768px) {
	.post-shop-highlight {
		width: calc(100% + 0px);
		margin: 70px 0px 0;
		padding: 20px 15px 14px;
	}
	.post-shop-highlight .left {
		width:40%;
	}
}
@media all and (max-width:550px) {
	.post-shop-highlight {
		display: block;
	}
	.post-shop-highlight .left {
		width: 100%;
	}
	.post-shop-highlight .right {
		width: 100%;
		height: auto;
		display: table;
	}
}