Таблица на основе повторителя в две колонки с точками

Блок выводить не таблицей

.param-set2>.repeater {
    column-count: 2;
}
.obj_icon {
	max-width: 17px;
	margin-right: 7px;
	opacity: 0.7;
}
.param-set2>.repeater>.repeater-row {
	 display: flex;
    justify-content: space-between;
	padding: 0.4rem;
}
.obj_name {
	width: -webkit-fill-available;
    display: flex!important;
}
.obj_name:after {
    content: '';
    border-bottom: 1px dotted #9E9E9E;
    flex-grow: 1;
	height: 19px;
}
.obj_value {
    white-space: nowrap;
	font-weight:400;
}
.obj_icon>img {
    vertical-align:text-top!important;
}