.brand-marquee-wrapper {
  overflow: hidden;
  white-space: nowrap;
  width: 100%;
  padding: 5px 0;
  background: #fff;
  position: relative;
}

.brand-marquee-scroll {
  display: flex;
  width: max-content;
}

.marquee-content {
  display: flex;
}

.marquee-content a {
  display: flex;
  align-items: center;
  margin-right: 40px;
  font-size: 27px;
  color: #F36E42;
  text-decoration: none;
  white-space: nowrap;
  font-weight: bold;
  gap: 5px;
}

.marquee-content a:hover {
  color: #d10000;
}
