.cdc-marquee{
    width:100%;
    overflow:hidden;
    background:#824E35;
    padding:26px 0;
}

.cdc-track{
    display:flex;
    gap:70px;
    white-space:nowrap;
}

.cdc-item{
    flex:0 0 auto;
    min-width:160px;
    text-align:center;
    color:#fff;
    font-family:sans-serif;
}

.cdc-item h2{
    font-size:34px;
    font-weight:700;
    margin:0;
}

.cdc-item span{
    display:block;
    font-size:13px;
    margin-top:4px;
    opacity:0.75;
    text-transform:uppercase;
}

/* STAR ITEM */

/* PERFECT STAR ALIGNMENT FIX */

.cdc-star-item{
    flex:0 0 auto;
    width:40px;              /* small fixed width */
    display:flex;
    align-items:center;      /* vertical center */
    justify-content:center;  /* horizontal center */
}

.cdc-star-item svg{
    width:26px;
    height:26px;
    fill:#ffffff;
    display:block;
}