.header {
	color: rgb(0, 9, 26);
	font-size: 34px;
	font-weight: 700;
	line-height: 110%;
	margin-bottom: 20px;
}
.subheader {
	color: rgb(0, 9, 26);
	font-size: 24px;
	font-weight: 700;
	line-height: 110%;
	margin-bottom: 15px;
	margin-top: 30px;
}
.text, ::marker {
	color: rgba(0, 8, 26, 0.8);
	font-size: 14px;
	font-weight: 600;
	line-height: 150%;
	margin-bottom: 15px;
}
.text b {
	font-weight: 800;
	
}

ul {
	margin-bottom: 0px;
}
li {
	margin-top: 5px;
}

dl, ol, ul {
	margin-bottom: 0px;
	
}

@media (max-width: 924px) {
	.header {
		font-size: 26px;
	}
	.main-content {
		margin-top: 50px;
	}
}
























