.note {
	padding: 30px 20px;
	background: #ffffff;
	font-family: var(--vk-font);
}

.note__inner {
	max-width: 760px;
	margin: 0 auto;
}

.note__line {
	width: 80px;
	height: 3px;
	margin: 0 0 14px;
	background: #000000;
}

.note__title {
	margin: 0 0 31px;
	font-size: 20px;
	font-weight: 700;
	line-height: 1.55;
	color: #000000;
	overflow-wrap: anywhere;
}

.note__list {
	margin: 0;
	padding: 0;
	list-style: none;
}

.note__item {
	margin: 0 0 31px;
	padding-left: 18px;
	font-size: 20px;
	font-weight: 300;
	line-height: 1.55;
	color: #000000;
	overflow-wrap: anywhere;
}

.note__item::before {
	content: "-";
	display: inline-block;
	width: 18px;
	margin-left: -18px;
}

.note__list > :last-child {
	margin-bottom: 0;
}

/* Media */

@media (max-width: 1023px) {
	.note__title,
	.note__item {
		margin-bottom: 24px;
		font-size: 18px;
	}
}

@media (max-width: 639px) {
	.note__title,
	.note__item {
		margin-bottom: 20px;
		font-size: 16px;
	}
}
