.ShortArticle {
        display: flex;
        grid-template-columns: auto auto;
        /* gap: 30px; */
        place-items: center;
        min-height: 30px!important;
        margin-bottom: 10px;
        margin-top: 7px;
        background: #074974;
}
.ShortArticle .marquee-viewport .block-row {
        align-items: baseline;
}
.ShortArticle .marquee-viewport .block-row p {
        margin: 0 30px;
        position: relative;
        font-weight: 600;
}
.ShortArticle .marquee-viewport .block-row p::after {
        content: " ";
        display: block;
        width: 5px;
        height: 5px;
        background: #fff;
        top: 10px;
        left: -8px;
        position: absolute;
        border-radius: 2px;
}
.ShortArticle .Title {
        color: #fff;
        padding-left: 5px;
}
.ShortArticle > .Title {
        font-size: 12px;
        text-transform: uppercase;
        font-weight: bold;
        text-align: center;
        padding: 0 14px;
        background: #DA251C;
        line-height: 30px;
        font-family: 'Inter';
        white-space: nowrap;
}
@media (max-width: 1023px){
        .UIShortArticle_Default{
                padding: 0 10px;
        }
}
@media (max-width: 768px){
        .ShortArticle > .Title{
        }
        .ShortArticle {
                padding-right: 15px
        }
}
