.top-header-banner {
	background: var(--color-red);
	color: #fff;
	font-weight: 500;
	text-align: center;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	padding: 5px 10px;
	font-size: 16px;
	line-height: 1.9;
	z-index: 5;
	min-height: 40px;
}
@media (max-width: 767px) {
	.top-header-banner {
		font-size: 14px;
	}
}