﻿#CampaignsLine {
	left: 184px;
}
#CampaignCar {
	display:flex;
	flex-direction:column;
}
.menu > a.active::before {
	content: "";
	position: absolute;
	bottom: -9px;
	left: 0;
	height: 4px;
	width: 100%;
	border-radius: 10px;
	background: var(--saa-yellow);
	transition: 400ms;
}

/*#region brandInfo*/
#brandInfo * {
	color: #4f4f4f !important;
	font-weight: 500 !important;
	font-family: Gilroy, Arial !important;
}

#brandInfo :is(h1,h2,h3,h4,h5,h6) {
	font-size: 18px !important;
	margin: 30px 0 9px 0 !important;
}

#brandInfo a *,
#brandInfo a {
	text-decoration: underline;
}
/*#endregion*/