/*
 Theme Name:   Bricks Child Theme
 Theme URI:    https://bricksbuilder.io/
 Description:  Use this child theme to extend Bricks.
 Author:       Bricks
 Author URI:   https://bricksbuilder.io/
 Template:     bricks
 Version:      1.1
 Text Domain:  bricks
*/


.header-banner {
	height: 40px;
	background-color: var(--color-pink);
	width: 100%;
	display: flex;
	justify-content: center
}

.header-banner__heading {
	margin: 8px 0px;
	font-size: var(--text-s);
	font-weight: 600;
	color: #fff;
}