.gov-bar {
	padding: 0;
	font-size: 0;
	height: 8px !important;
	opacity: 1;
	margin-top: 0;
	margin-bottom: 0;
}

.gov-bars__container {
	gap: 0;
	display: flex;
	justify-content: center;
	padding: 0;
	margin-bottom: 0;
	height: 8px;
}

@media screen and (min-width: 768px) {
	.govbars {
		position: relative;
		top: -16px;
	}
}