@charset "UTF-8";

.no-list-style {
	list-style: none;
}

.desc {
	margin-bottom: 20px;
}

.brackets-nums-list {
	margin-bottom: 20px;
	.brackets-num {
		display: flex;
		margin-bottom: 10px;
		.brackets-num__num {
			padding-right: 10px;
		}
	}
	.brackets-nums:last-child {
		margin-bottom: 0px;
	}

}

.dots-list {
	margin-bottom: 20px;
	.dot-text {
		display: flex;
		.dot-text__dot {
			padding-left: 32px;
			padding-right: 10px;
			font-weight: bold;
		}
	}
}
