// =============================================================================
// :: Ovrwrites for the Brandplatform
// =============================================================================

/**
 * Sometimes our styling might break things on the brandplatform.
 * This allows you to fix it.
 * Use it sparingly, as updates to the BP might break this.
 */


// Overwrite the margin we add to our H1's
.bp-l-component__header {
	margin-bottom: 0;
}
