.marquee-section{
    border-top: 1px solid #C1B29D60;
    border-bottom: 1px solid #c1b29d60;
    transform-origin: left;
    background: transparent;
}
.marquee-txt {
    font-size: 48px;
    font-family: var(--font-principale);
    color: #C1B29D;
    font-style: italic;
    font-weight: 100;
}
.marquee-txt:after{
    content: '/';
    font-style: normal;
    font-size: 64px;
    opacity: 60%;
    margin-left: 64px;
}
.marquee img {
    width: auto;
}
.enable-animation .marquee__content{
  animation-play-state: running!important;
}

.marquee__content{
  justify-content: flex-start;
  width: max-content;
  white-space: nowrap;
  column-gap: 64px;
}

.marquee__content > *{
  flex: 0 0 auto;
}

.enable-animation .marquee__content{
  animation-duration: 40s;
}
