.ha-news-link-history {
    margin: 0 auto;
    margin-top: 20px;
    height: 90px;
    max-width: 700px;
    border-radius: 10px;
    background-color: #0069b4;

    display: -webkit-box;

    display: -ms-flexbox;

    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

@media (max-width: 500px) {
    .ha-news-link-history {
        margin-left: 18px;
        margin-right: 18px;
    }
}

.ha-news-link-history__image {
    margin-left: 10px;
    position: relative;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    max-width: 400px;
}

.ha-news-link-history__image__element {
    position: absolute;
    bottom: 0;
    width: 100%;
    height: auto;
}

.ha-news-link-history__text {
    -webkit-box-flex: 0.8;
    -ms-flex: 0.8;
    flex: 0.8;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;

    text-align: center;
    color: white;
    font-size: 1.3em;
    line-height: 1.3;
}

@media (max-width: 500px) {
    .ha-news-link-history__text {
        font-size: 1.1em;
    }
}

.ha-news-link-history__text:hover {
    text-decoration: none;
    color: white;
}