.marquee-container {
    padding: 8px 16px;
    /* height: 48px; */
    display: flex;
    align-items: center;
    position: relative;
    overflow: hidden;
  }
  
  .marquee a {
    display: none;
    font-weight: bold;
    color: #000;
    white-space: nowrap;
    text-decoration: none;
  }
  