.row_with_columns h2 {
	font-weight: 700;
	margin-bottom: 17px;
	margin-top: 0;
}
.row_with_columns .row_header h2 {
	margin-bottom: 0px;
}
.row_with_columns .row_header p {
	color: #acb1b4;
	font-size: 26px;
}
.row_with_columns p {
	line-height: 1.65;
}
.row_with_columns .prose {
	margin-bottom: 2rem;
}
.row_with_columns .prose figure {
	margin-bottom: 2rem;
}
.row_with_columns .prose figure.wp-caption.alignright {
	margin-left: 2rem;
}
.row_with_columns .prose figure.wp-caption.alignleft {
	margin-right: 2rem;
}
.row_with_columns .prose figure + p {
	margin-top: 0;
}
.float-right {
	float: right;
}
body.home .row_with_columns > div.flex {
	gap: 120px;
}
@media screen and (max-width: 1440px) {
	body.home .row_with_columns > div.flex {
		gap: 60px;
	}
}
@media screen and (max-width: 1024px) {
	body.home .row_with_columns > div.flex {
		gap: 30px;
	}
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
	.row_with_columns .prose figure {
		max-width: 50%;
	}
}
@media screen and (max-width: 767px) {
	.row_with_columns h2 {
		font-size: 22px;
	}
	.row_with_columns .row_header p {
		font-size: 14px;
	}
	.row_with_columns .prose figure {
		max-width: 100%;
	}
	.prose :where(h1):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
		font-size: 1.5em;
	}
	.row_with_columns .prose figure.wp-caption.alignright {
		margin-left: 0rem;
	}
	.row_with_columns .prose figure.wp-caption.alignleft {
		margin-right: 0rem;
	}
}
