.k-pr-item-content-wrap {
	overflow: hidden;
}

.k-pr-read-more {
	cursor: pointer;
	color: blue;
}
.k-pr-inner {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.k-pr-item-wrap {
	flex: 0 0 48%;
	max-width: 48%;
	padding: 25px 25px 10px;
	-webkit-box-shadow: 0px 5px 10px 0px rgba(0,0,0,0.1);
	-moz-box-shadow: 0px 5px 10px 0px rgba(0,0,0,0.1);
	box-shadow: 0px 5px 10px 0px rgba(0,0,0,0.1);
	border: 1px solid #eaeaea;
	margin-bottom: 24px;
}
.k-pr-item-row-1 {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin-bottom: 8px;
}
.k-pr-item-thumbnail-wrap {
	flex: 0 0 30%;
	max-width: 30%;
}
.k-pr-item-title-wrap {
	flex: 0 0 68%;
	max-width: 68%;
}
.k-pr-item-thumbnail-wrap {
	position: relative;
	height: 0;
	width: 100%;
	padding-top: 18%;
}
.k-pr-item-thumbnail-wrap img {
	position: absolute;
	height: 100%;
	width: 100%;
	top: 0;
	left: 0;
	object-fit: contain;
}
.k-pr-load-more-wrap {
	text-align: center;
	margin-top: 24px;
}
.k-pr-load-more {
	padding: 12px 25px;
	color: #fff;
	background: #542876;
	cursor: pointer;
	border-radius: 24px;
	border: 1px solid #542876;
}
.k-pr-load-more:hover {
	color: #542876;
	background: #f0f0f0;
}
.k-pr-item-title-wrap {
	color: #703689;
	text-transform: uppercase;
	font-size: 22.4px;
	line-height: 32px;
	font-weight: 700;
}
@media ( max-width: 767px ) {
	.k-pr-item-wrap {
		flex: 0 0 100%;
		max-width: 100%;
	}
}