dt {
	font-weight: 700;
}

ul.item, ol.item {
	margin-block-start: 1em;
	margin-block-end: 1em;
	padding-inline-start: 40px;
}

ul.item {
	list-style-type: disc;
}

ol.item {
	list-style-type: decimal;
}

.text-title {
	font-size: 2rem;
	font-weight: 200;
}

.text-title-sub {
	font-size: 1.2rem;
	font-weight: 100;
}

.container {
	padding-left: 20px;
	padding-right: 20px;
	margin: auto;
	max-width: 1000px;
}

ol.num-bracket li {
	position: relative;
	list-style-type: none;
}

ol.num-bracket li:before {
	position: absolute;
	right: calc(100% + 0.5rem);
	content: "(" counter(list-item) ")";
}