/* ================================================
   Component: Full Width Text
   ================================================ */

.full-width-text__content {
	max-width: 800px;
}

.full-width-text__content--full {
	max-width: 100%;
}

.full-width-text__content .preheading {
	margin-bottom: var(--gap-sm);
}

.full-width-text__content h2 {
	margin-bottom: var(--gap-lg);
}

.full-width-text__body {
	font-family: var(--font-secondary);
	font-size: var(--font-size-md);
	line-height: var(--line-height-relaxed);
	color: var(--color-denim);
}

.full-width-text__body p {
	margin-bottom: var(--gap-md);
}

.full-width-text__body p:last-child {
	margin-bottom: 0;
}

.full-width-text__content .button-group {
	margin-top: var(--gap-xl);
	flex-direction: column;
	align-items: flex-start;
}
