.k-hpt-list-item {
	display: flex;
	flex-wrap: nowrap;
	justify-content: space-between;
}
.k-hpt-list-item-left-wrapper, .k-hpt-list-item-right-wrapper {
	flex: 0 0 49%;
	max-width: 49%;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}
.k-hpt-item-first-post .k-hpt-item-thumbnail-wrapper {
	position: relative;
	height: 0;
	width: 100%;
	padding-top: 70%;
}
.k-hpt-item-first-post .k-hpt-item-thumbnail-wrapper img {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	object-fit: cover;
}
.k-hpt-item-post .k-hpt-item-inner {
	display: flex;
	flex-wrap: nowrap;
	justify-content: space-between;
}
.k-hpt-item-post .k-hpt-item-thumbnail-wrapper {
	flex: 0 0 40%;
	max-width: 40%;
}
.k-hpt-item-post .k-hpt-item-heading-wrapper {
	flex: 0 0 60%;
	max-width: 60%;
}
.k-hpt-item-post .k-hpt-item-thumbnail-inner {
	position: relative;
	height: 0;
	width: 100%;
	padding-top: 70%;
}
.k-hpt-item-post .k-hpt-item-thumbnail-inner img {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	object-fit: cover;
}
.k-hpt-item-first-post .k-hpt-item-thumbnail-wrapper {
/* 	margin-bottom: 12px; */
}
.k-hpt-item-first-post .k-hpt-item-heading-wrapper {
	padding: 24px;
}
.k-hpt-item-first-post .k-hpt-item-title-wrapper {
	font-size: 20px;
	font-weight: 700;
	line-height: 28px;
	margin-bottom: 12px;
}
.k-hpt-item-post .k-hpt-item-heading-wrapper {
	padding: 12px;
}
.k-hpt-item-post .k-hpt-item-title-wrapper {
	font-size: 16px;
	font-weight: 700;
	line-height: 24px;
	margin-bottom: 6px;
}
.k-hpt-item-first-post, .k-hpt-item-post {
	-webkit-box-shadow: 5px 5px 14px -1px rgba(0,0,0,0.3);
	-moz-box-shadow: 5px 5px 14px -1px rgba(0,0,0,0.3);
	box-shadow: 5px 5px 14px -1px rgba(0,0,0,0.3);
}
@media ( max-width: 1025px ) {
	.k-hpt-list-item {
		flex-wrap: wrap;
	}
	.k-hpt-list-item-left-wrapper {
		flex: 0 0 100%;
		max-width: 100%;
		margin-bottom: 12px;
	}
	.k-hpt-list-item-right-wrapper {
		flex: 0 0 100%;
		max-width: 100%;
	}
	.k-hpt-item-first-post {
		width: 100%;
	}
	.k-hpt-item-first-post .k-hpt-item-thumbnail-wrapper {
		padding-top: 35%;
	}
	.k-hpt-list-item-right-wrapper {
		flex-direction: row;
		gap: 20px;
	}
	.k-hpt-item-post .k-hpt-item-inner {
		flex-direction: column;
	}
	.k-hpt-item-post .k-hpt-item-thumbnail-wrapper {
		flex: 0 0 100%;
		max-width: 100%;
	}
	.k-hpt-item-post .k-hpt-item-heading-wrapper {
		flex: 0 0 100%;
		max-width: 100%;
	}
	.k-hpt-item-post .k-hpt-item-title-wrapper {
		font-size: 14px;
		line-height: 21px;
	}
	.k-hpt-item-excerpt-wrapper {
		font-size: 12px;
		line-height: 18px;
	}
	.k-hpt-item-title-wrapper {
		text-overflow: ellipsis;
		overflow: hidden;
		display: -webkit-box;
		-webkit-box-orient: vertical;
		-webkit-line-clamp: 2;
	}
}
@media ( max-width: 767px ) {
	.k-hpt-list-item-right-wrapper {
		flex-direction: column;
	}
	.k-hpt-item-first-post .k-hpt-item-heading-wrapper {
		padding: 16px;
	}
	.k-hpt-item-post .k-hpt-item-heading-wrapper {
		padding: 16px;
	}
	.k-hpt-item-first-post .k-hpt-item-title-wrapper {
		font-size: 14px;
		line-height: 21px;
		text-overflow: ellipsis;
		overflow: hidden;
		display: -webkit-box;
		-webkit-box-orient: vertical;
		-webkit-line-clamp: 2;
	}
}