.num-list-comp__num {
	flex-shrink: 0;
	width: 32px;
	height: 32px;
	padding: 4px;
	font-weight: 500;
	line-height: 18px;
	text-align: center;
	vertical-align: middle;
	background-color: var(--theme-base-color);
	color: #fff;
}

.num-list-comp__desc {
	color: #8D8D8D;
}
