.table-lists-wrapper {
	display: grid;
	grid-template-columns: 1fr;
	gap: 24px;
}

.table-lists-wrapper .table-list-item {
	display: grid;
	grid-template-columns: 1fr 2fr;
	gap: 8px;
}

.table-lists-wrapper .table-list-item .list-title {
	color: #000000;
	font-size: 16px;
	font-weight: 700;
	line-height: 24.8px; 
}

.table-lists-wrapper .table-list-item .list-content {
	color: #4F4F4F;
	font-size: 16px;
	font-weight: 400;
	line-height: 25.6px;
}