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

    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-subscribe {
        margin-left: 18px;
        margin-right: 18px;
    }
}

.ha-news-link-subscribe__first-image {
    margin-left: 20px;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    width: auto;
    height: 70%;
}

@media (max-width: 500px) {
    .ha-news-link-subscribe__first-image {
        height: 50%;
    }
}

.ha-news-link-subscribe__text {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -ms-flex-negative: 0.7;
    flex-shrink: 0.7;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;

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

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

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

.ha-news-link-subscribe__last-image {
    margin-right: 20px;
    margin-top: 10px;
    width: auto;
    height: 120%;
}

@media (max-width: 500px) {
    .ha-news-link-subscribe__last-image {
        height: 65%;
        margin-top: 20px;
    }
}