.tkkkks {
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	line-height: 150%;
	color: rgb(36, 36, 36);
}

.tkkkks ul {
	display: block;
	list-style-type: disc;
	margin-block-start: 1em;
	margin-block-end: 1em;
	margin-inline-start: 0px;
	margin-inline-end: 0px;
	padding-inline-start: 40px;
}
.tkkkks ul li {
	display: list-item;
	text-align: -webkit-match-parent;
}
.tkkkks p {
	margin-top: 5px;
	margin-bottom: 12px;
	line-height: 21px;
	word-break: break-word;
}
.sjs {
	display: flex;
	flex: 1 1 0%;
	overflow: hidden;
	gap: 8px;
	color: #27272a;
	font-size: 14px;
	font-weight: 400;
	line-height: 150%;
}
.sjs::before{
    content: '✔';
    color: #e43a3c;
    font-size: 18px;
    margin-right: 10px;
}
