.ShortArticle .block-row p {
        margin: 0;
        padding: 0px 5px !important;
        height: 40px;
        position: relative;
}
.ShortArticle .block-row p::before {
        content: '\25A0';
        color: #DA251C;
        /* margin-right: 7px; */
        font-size: 12px;
        position: absolute;
        top: 2px;
        left: 12px;
}
.ShortArticle .block-row p>a{
        font-family: Roboto;
        font-style: normal;
        font-weight: normal;
        font-size: 15px;
        color: #0A2458;
        padding: 0 24px;
}
.ShortArticle {
        min-height: unset !important;
        line-height: unset;
        display: block;
        height: 45px;
}
.ShortArticle .Title:hover {
        text-decoration: none;
}
.ShortArticle marquee .block-row{
        align-items: center;
        height: 60px;
}
.ShortArticle>marquee {
        height: 100%;
}
@media only screen and (max-width: 768px){
        .ShortArticle {
                display: none;
        }
}
