.post-shop-highlight-v2 {
	max-width: 819px;
	margin: 0 auto 39px;
	padding: 50px 50px 22px;
	position: relative;
	text-align: center;
}
.post-shop-highlight-v2 .script {
	font-family: 'scotty script';
	font-size: 45px;
	line-height: 35px;
	transform: rotate(-11deg);
	width: 150px;
	position: absolute;
	right: 79px;
	top: 78px;
}
.post-shop-highlight-v2 .image-link {
	width: 70%;
	display: block;
	margin: 45px auto 31px;
}
.post-shop-highlight-v2 .desc {
	max-width: 83%;
	margin: 0 auto 61px;
	letter-spacing: 0;
}
.post-shop-highlight-v2 .lower-flex a {
	display: flex;
	justify-content: space-between;
	color: white;
	font-family: 'presicav';
	font-size: 10px;
	text-transform: uppercase;
	font-weight: 600;
	letter-spacing: 0.02rem;
	padding: 0 27px;
	text-decoration: none;
}
.post-shop-highlight-v2 .lower-flex a .underline{
	text-decoration: underline;
}
@media all and (max-width:768px) {
	.post-shop-highlight-v2 {
		padding: 50px 20px 22px;
	}
}
@media all and (max-width:520px) {
	.post-shop-highlight-v2 {
		padding: 30px 10px;
	} 
	.post-shop-highlight-v2 .desc {
		max-width: 100%;
		margin: 0 auto 61px;
		letter-spacing: 0;
	}
	.post-shop-highlight-v2 .image-link {
		width:100%;
	}
	.post-shop-highlight-v2 .script {
		font-family: 'scotty script';
		font-size: 38px;
		line-height: 30px;
		transform: rotate(-11deg);
		width: 150px;
		position: absolute;
		right: 19px;
		top: 30px;
	}
	.post-shop-highlight-v2 .lower-flex a {
		flex-direction: column;
	}
}