.custom-marquee{background:#FFFFFF;border-bottom:1px solid rgba(23,16,18,0.12);overflow:hidden;padding:1.1rem 0;}
.custom-marquee__track{display:flex;width:max-content;animation:custom-marquee-scroll 42s linear infinite;}
.custom-marquee__track:hover{animation-play-state:paused;}
.custom-marquee__run{display:flex;align-items:center;flex:none;}
.custom-marquee__phrase{font-family:var(--font-heading-family);font-style:italic;font-size:1.5rem;letter-spacing:.05em;color:#4A0D18;white-space:nowrap;padding:0 4.2rem;}
.custom-marquee__dot{color:rgba(23,16,18,0.15);font-size:.9rem;padding:0 .6rem;}
@keyframes custom-marquee-scroll{from{transform:translateX(0);}to{transform:translateX(-25%);}}
@media screen and (max-width:749px){
  .custom-marquee__phrase{font-size:1.2rem;padding:0 2.4rem;}
}
