.hero-section {
	background-image: linear-gradient(to right, #24375a, #62181e);
	color: #fff;
	padding: 64px 0;
	text-align: center;
}

.hero-container {
	max-width: 48rem;
	padding: 0 16px;
	margin: 0 auto;
}

.hero-title {
	font-size: 40px;
	font-weight: 700;
	color: #fff;
	line-height: 1.2;
	margin: 0;
}

@media (max-width: 640px) {
	.hero-title { font-size: 28px; }
}

.sidebar-content {
	max-width: 800px;
	margin: 0 auto;
}

@media only screen and (min-width: 961px) {
	.sidebar-content {
		padding-left: 16px !important;
		padding-right: 16px !important;
	}
}

.sidebar-content .section p {
	text-align: justify;
}

.sidebar-content h1,
.sidebar-content h2,
.sidebar-content h3,
.sidebar-content h4,
.sidebar-content h5,
.sidebar-content h6 {
	all: revert;
}
