.flex-content-2-col .main-column .container,
.flex-content-2-col .sidebar-column .container {
	padding: 0;
}

@media screen and (min-width: 960px) {
	.flex-content-2-col > .container {
		display: grid;
		grid-template-columns: 68% 1fr;
		gap: 1.5rem;
	}
}
.flex-content-feature .flex-section {
	margin: 4rem 0 6rem;
}

.flex-content-feature .flex-section + .flex-section,
.flex-content-feature .flex-page-title + .flex-section,
.flex-content-feature .flex-section-title + .flex-section {
	margin: 0 0 6rem;
}

.flex-content-feature .flex-basic *:last-child {
	margin-bottom: 0;
	padding-bottom: 0;
}

.page-title-row, .section-title-row {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin: 40px 0 25px;
}
.page-title-row h1, .page-title-row h2, .section-title-row h1, .section-title-row h2 {
	margin: 0 40px 0 0;
}
.page-title-row h2, .section-title-row h2 {
	font-size: 46px;
	line-height: 1;
}

.flex-section .section-title-row h2 {
	font-size: 2.5rem;
	line-height: 1.2;
}

.section-title-row + hr {
	margin: 0 0 2rem;
	width: 40px;
	border: 1px solid #333;
}

.flex-section .page-title-row, .flex-section .section-title-row {
	margin-top: 0;
}

.flex-section .section-title-row h2 {
	font-size: 2.25rem;
}

.flex-section-header .section-title-row {
	margin: 0 0 1.5rem;
}

.flex-section-header .description {
	margin-bottom: 2.5rem;
}

.flex-section-header .description *:last-of-type {
	padding-bottom: 0;
	margin: 0;
}

@media (max-width: 1023px) {
	.section-title-row h2 {
		font-size: 40px;
	}
	.flex-section .section-title-row h2 {
		font-size: 2.125rem;
	}
}
@media (max-width: 767px) {
	.page-title-row, .section-title-row {
		display: block;
		margin: 40px 0 15px;
	}
	.page-title-row h1, .page-title-row h2, .section-title-row h1, .section-title-row h2 {
		margin: 0 0 10px;
		font-size: 2rem;
	}
	.flex-section .section-title-row h2 {
		font-size: 1.875rem;
	}
}