.b-title-bar {
	display: flex;
	align-items: center;
	background-color: var(--b-4eg-blue-1);
	padding: 10px;
}

.b-title-bar /*.b-text*/ {
	/*display: flex;*/
	flex-direction: column;
	/*align-items: center;*/
	justify-content: center;
	
	width: 100%;
}

.b-title-bar h1, .b-title-bar h3 {
	text-align: center;
	color: white;
}

.b-title-bar h1 {
	font-size: 3rem;
	font-weight: 200;
	line-height: 125%;
}

.b-title-bar h3 {
	font-size: 1rem;
}

.b-title-bar .b-back {
	display: flex;
	align-items: center;
	flex-shrink: 0;
}

.b-back svg {
	height: 1rem;
	color: white;
}

.b-back p {
	margin-left: 10px;
	color: white;
	font-size: 0.7rem;
}