.ShortArticle .block-row p {
	padding: padding: 20px 15px !important;
	margin: 0 !important;
}
.ShortArticle .block-row p:before {
    content: '\25A0';
    color: #da251c;
    /* margin-right: 1px; */
    font-size: 13px;
    /* position: absolute; */
    /* left: 0; */
    /* top: 100px; */
}
@media only screen and (max-width: 768px) {
        .ShortArticle {
        width: 99vw;
        }
}