.k-spr-inner{
	padding: 24px;
	background: #F8F8F8;
}
.k-spr-li-item-inner {
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.k-spr-li-item-left-wrapper {
	flex: 0 0 40%;
	max-width: 40%;
}
.k-spr-li-item-right-wrapper {
	flex: 0 0 60%;
	max-width: 60%;
}
.k-spr-li-item-thumbnail-wrapper {
	position: relative;
	height: 0;
	width: 100%;
	padding-top: 70%;
}
.k-spr-li-item-thumbnail-wrapper img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.k-spr-li-item-right-wrapper {
	padding: 8px;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}
.k-spr-li-item-wrapper:not(:last-child) {
	margin-bottom: 12px;
}
.k-spr-li-item-wrapper {
	background: #fff;
}
.k-spr-li-item-title-wrapper {
	font-size: 18px;
	line-height: 24px;
	font-weight: 600;
	text-overflow: ellipsis;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
	margin-bottom: 6px;
}
.k-spr-li-item-date-wrapper {
	font-size: 14px;
	line-height: 14px;
}
.k-spr-heading-wrapper {
	margin-bottom: 24px;
	font-size: 22px;
	line-height: 22px;
	font-weight: 700;
	text-transform: uppercase;
	color: #002b60;
}
@media ( max-width: 1025px ) {
	.k-spr-li-item-inner {
		flex-direction: column;
	}
	.k-spr-heading-wrapper {
		font-size: 18px;
		line-height: 24px;
	}
	.k-spr-inner {
		padding: 12px;
	}
	.k-spr-li-item-right-wrapper {
		flex: 0 0 100%;
		max-width: 100%;
		width: 100%;
	}
	.k-spr-li-item-title-wrapper {
		font-size: 14px;
		line-height: 21px;
	}
}