.scrolling-campaign {
    /* padding: 5px 0; */
    overflow: hidden; /* hide overflow outside wrapper */
    position: relative;

    p {
        position: absolute;
        left: 100%;
        white-space: nowrap;
        margin-bottom: 0;
        font-size: 17px;
        line-height: 34px;
    }

    .scrolling-campaign-content {
        position: relative;
        white-space: nowrap;
    }
}
