.help a{
	color: var(--blueBlack2);
}
.left-menu{
	max-width: clamp(250px, 20vw, 400px);
	margin-right: 3rem;
}
.left-menu ol{
	font-size: clamp(16px, 1vw, 3rem);
}
.left-menu li{
	margin-bottom: 1rem;
	border-bottom: 1px solid rgba(45, 43, 114, 0.3);
}
.content-menu{
	width: clamp(370px, 50vw, 1200px);
	font-size: clamp(1rem, 1.1vw, 3rem);
	margin: 0 auto;
}
.content-menu__h1{
	margin-top: 0;
	text-align: center;
}
.content-menu > section, .content-menu p{
	margin: 2rem 0;
}

.content-menu__section h2{
	font-size: clamp(1rem, 1.5vw, 4rem);
	text-align: center;
}

.content-menu__section ul li{
	margin-bottom: 1rem;
}
.help__table{
	border-collapse: collapse;
}
.help__table td, .help__table th{
	border: 1px solid black;
	padding:1rem;
}
.help__table