// =============================================================================
// :: Usp
// =============================================================================
/**
 * Scope defined specifically for creating the visual representation of the
 * usp component.
 */

// =============================================================================
// :: Usp
// =============================================================================
.s-bp-usp {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;

	padding: 8rem;

	background-color: $background-color-pink;
}

.s-bp-usp--green {
	background-color: $background-color-green;
}
