/* .w-vs3-wrap {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.w-vs3-headding-wrap {
	flex: 0 0 100%;
	max-width: 100%;
} */
.w-vs3-posts-wrap {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.w-vs3-post {
	flex: 0 0 48.6%;
	max-width: 48.6%;
	display: flex;
	flex-wrap: wrap;
	margin-bottom: 40px;
	background: #ffffff;
	border-radius: 30px;
	position: relative;
}
.w-vs3-thumbnail {
	flex: 0 0 50%;
	max-width: 50%;
}
.w-vs3-text {
	flex: 0 0 50%;
	max-width: 50%;
}
.w-vs3-post .w-vs3-thumbnail a {
	position: relative;
	height: 0;
	width: 100%;
	padding-top: 64.76%;
	display: block;
}
.w-vs3-post .w-vs3-thumbnail a img {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	object-fit: cover;
	border-radius: 30px;
}
.w-vs3-heading-wrap {
	margin-bottom: 36px;
}
@media ( max-width: 767px ) {
	.w-vs3-heading-wrap {
		margin-bottom: 24px;
	}
	.w-vs3-meta-wrap h3, .w-vs3-meta-wrap h4 {
		letter-spacing: 0 !important;
	} 
}
.w-vs3-text {
	display: flex;
	padding: 0 36px;
	flex-wrap: wrap;
	align-content: center;
}
.w-vs3-text .w-vs3-title {
	text-overflow: ellipsis;
	overflow: hidden;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
}
.w-vs3-meta {
	display: flex !important;
}
.w-loadmore-posts {
	color: #A3A3A3;
	font-family: 'SF Pro Display';
	font-style: normal;
	font-weight: 500;
	font-size: 18px;
	line-height: 150%;
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	align-content: center;
}
.w-loadmore-posts span {
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	align-content: center;
	cursor: pointer;
	padding: 12px 24px;
	transition: all 0.25s;
	border-radius: 30px;
}
.w-loadmore-posts span:hover {
	color: #444;
}
.w-loadmore-posts span:hover .w-vs3-loadmore-icon{
	display: none;
}
.w-loadmore-posts span:hover .w-vs3-loadmore-icon-mobile{
	display: block;
}
.w-loadmore-posts span img {
	margin-left: 9px;
	margin-top: 2px;
}
.w-vs3-meta-wrap {
	margin-top: 24px !important;
}
.w-vs3-loadmore-icon-mobile {
	display: none;
}
@media ( max-width: 1023px ) {
	.w-vs3-text {
		padding: 0 12px;
	}
	.w-vs3-text .w-vs3-title {
		-webkit-line-clamp: 2;
	}
	.w-vs3-meta-wrap {
		margin-top: 12px !important;
	}
}
@media ( max-width: 767px ) {
	.w-vs3-post {
		flex: 0 0 100%;
		max-width: 100%;
		border-radius: 20px;
		margin-bottom: 24px;
	}
	.w-vs3-post .w-vs3-thumbnail a {
		padding-top: 100%;
	}
	.w-vs3-heading {
		text-align: center;
	}
	.w-vs3-thumbnail {
		flex: 0 0 42.7%;
		max-width: 42.7%;
	}
	.w-vs3-text {
		flex: 0 0 57.3%;
		max-width: 57.3%
	}
	.w-vs3-post .w-vs3-thumbnail a img {
		border-radius: 20px;
	}
	.w-vs3-text {
		padding: 0 24px;
	}
	.w-vs3-text .w-vs3-title {
		-webkit-line-clamp: 3;
	}
	.w-vs3-loadmore-icon-mobile {
		display: block;
	}
	.w-vs3-loadmore-icon {
		display: none;
	}
	.w-loadmore-posts span {
		color: #404040 !important;
		padding: 8px 18px;
		background: #D4D4D4;
		border-radius: 30px;
	}
}