.fb-feed {
	background: var(--paper);
	border-top: 1px solid var(--line);
	border-bottom: 1px solid var(--line);
	padding: 88px 0;
}
.fb-head {
	display: flex;
	justify-content: space-between;
	align-items: flex-end;
	margin-bottom: 40px;
	flex-wrap: wrap;
	gap: 16px;
}
.fb-head h2 {
	font-size: 32px;
}
.fb-head p {
	color: #5B5F66;
	max-width: 420px;
	font-size: 15px;
}
.fb-embed {
	/* Smash Balloon renders its own internal layout/CSS here based on
	   whatever Theme/Color Scheme is set in its Customize screen. */
}
.fb-cta {
	text-align: center;
	margin-top: 36px;
}