.k-pt-wrapper{
	display: flex;
	max-width: 100%;
	align-items: center;
}
.k-pt-icon-title-wrapper{
	display: flex;
	flex: 0 0 35%;
}
.k-pt-title-inner span{
	color: #000000;
	font-family: Inter;
	font-size: 12px;
	font-weight: 700;
	line-height: 14px;
	margin-left: 5px;
}
.k-pt-content-wrapper{
	color: #000000;
	font-family: Inter;
	font-size: 12px;
	line-height: 14px;
	font-weight: 400;
}
@media (max-width: 1025px){
	.k-pt-icon-title-wrapper{
		flex: 0 0 45%;
		max-width: 45%;
	}
}
@media (max-width: 767px){
	
}