
.marquee {
     display: flex;
	 background: var(--bg-color);
	 overflow: hidden;
	 font-size: 0;
	 font-family: "Work Sans", Sans-serif;
	 white-space: nowrap;
	 cursor: default;
	 user-select: none;
	 padding: 14px 0;
}
 .marquee__inner {
	 white-space: nowrap;
	 display: inline-block;
	 font-family: "Work Sans", Sans-serif
	 font-size: 12px;
	 font-weight: 300;
	 line-height: 1;
	 color: var(--text-color);
}
 .marquee__text {
	 padding: 0 30px;
	 font-size: 12px !important;
}
