
.ha-news-content-footer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding: 1em 3.5em;
}

    .ha-news-content-footer__left {
    }

    .ha-news-content-footer__right {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }

        .ha-news-content-footer__right__item {
            display: block;
            margin-left: 10px;
        }
