
.marquee-container {
    width: 100%;
    height: 40px;
    line-height: 40px;
    cursor: pointer;
    color: white !important;
    z-index: 99;
}

.footer-marquee-container {
  width: 100%;
  height: 40px;
  line-height: 40px;
  cursor: pointer;
  z-index: 99;
  background: rgba(226, 41, 85, 1);
}
  .marquee-container > ul > li {
    color: white;
  }
  .marquee-container::before {
    content: "";
    width: 100%;
    height: 1px;
    position: absolute;
    top: 10px;
    left: 0;
  }

  .marquee-container ul {
    height: 80px;
    margin: 0 !important;
  }
  
  .marquee-container li {
    font-size: 16px;
    color: #000;
    font-weight: 400;
    list-style-type: none;
  }
  
  .marquee-container li img {
    margin-left: 8px;
    margin-right: 8px;
  }
  .marquee-top {
    height: 2px;
    width: 100%;
    background: #000;
  }

