.highlight-wrapper {
	display: flex;
	justify-content: flex-start;
	margin: 0;
	padding: 30px 0px;
	list-style-type: none;
	gap: 20px;
	flex-wrap: wrap;
}

.highlight-wrapper li {
	color: var(--beon-text-color);
	/* padding: 15px; */
	display: flex;
	align-items: center;
	text-transform: uppercase;
	font-size: var(--beon-14px-font);
	font-weight: var(--beon-medium);
	font-family: var(--beon-font-family);
}

.highlight-wrapper img {
	width: 26px;
	height: 26px;
	margin-right: 8px;
}

.highlight-wrapper img.invert {
	filter: invert(1);
}

#description {
	/* margin-top: 40px; */
	text-align: left;
	margin-bottom: 20px;
}

#readless,
#readmore {
	font-weight: 500;
	cursor: pointer;
}

#textrest,
#readless {
	display: none;
}

/* my css */
.highlight-icon {
	width: 24px;
	height: 24px;
}

.item-highlight{
	display: flex;
	gap: 15px;
	justify-content: flex-start;
	align-items: center;
	margin-bottom: 34px;
	font-size: var(--beon-14px-font);
}