.rfw-step-content-header {
	display: flex;
	flex-direction: column;
	align-items: center;
	max-width: variables.$rfw-width-large;
	text-align: center;
	margin: auto;
	gap: wpVariables.$grid-unit-15;
	margin-bottom: var(--large-gap);

	h1 {
		font-size: variables.$rfw-font-large;
		padding: 0;
	}

	&__description {
		line-height: variables.$rfw-line-height-smaller;
	}
}
