.w-rc-posts-wrap {
	display: flex;
	flex-wrap: nowrap;
	justify-content: space-between;
}
.w-rc-post {
	flex: 0 0 32%;
	max-width: 32%;
	background: #F9F9F9;
	border-radius: 30px;
	cursor: pointer;
}
.w-rc-post .w-rc-thumbnail a {
	position: relative;
	height: 0;
	width: 100%;
	padding-top: 80%;
	display: block;
}
.w-rc-post .w-rc-thumbnail a img {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	object-fit: cover;
	border-radius: 30px;
}
.w-rc-post .w-rc-title {
	margin-top: 50px;
	padding: 0 36px;
	text-overflow: ellipsis;
	overflow: hidden;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
}
.w-rc-post .w-rc-meta-wrap {
	padding: 0 36px 50px 36px;
	margin-top: 24px;
}
.w-rc-meta {
	height: 100%;
	display: flex;
}
.w-rc-heading-wrap {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-bottom: 36px;
}
@media ( max-width: 767px ) {
	.w-rc-heading-wrap {
		justify-content: center;
	}
}
.w-widget-rc-readmore-button {
	font-family: 'SF Pro Display';
	font-style: normal;
	font-weight: 500;
	font-size: 18px;
	line-height: 150%;
	color: #A3A3A3;
}
.w-rc-link-mobile {
	display: none;
}
.w-rc-title a:hover {
	color: #404040 !important;
}
@media ( max-width: 1023px ) {
	.w-rc-post .w-rc-title {
		margin-top: 36px;
		padding: 0 24px;
	}
	.w-rc-post .w-rc-meta-wrap {
		padding: 0 24px 36px 24px;
	}
}
@media ( max-width: 767px ) {
	.w-rc-post {
		flex: 0 0 100%;
		max-width: 100%;
	}
	.w-rc-link {
		display: none;
	}
	.w-rc-navigator-wrap {
		margin-top: 24px;
	}
	.w-rc-link-mobile {
		display: block;
		text-align: center;
		margin-top: 24px;
	}
	.w-rc-link-mobile span {
		padding: 10px 18px;
		background: #D4D4D4;
		border-radius: 30px;
		color: #404040;
		font-size: 18px;
		line-height: 27px;
	}
	.w-rc-link-mobile-wrap {
		margin-top: -14px;
	}
	.w-rc-navigator-wrap .swiper-pagination {
		position: relative;
	}
}