
.ha-news-item {
    display: block;
}

    .ha-news-item__image {
        width: 100%;
        height: auto;
        border-radius: 10px;
    }

    .ha-news-item__title {
        width: 100%;
        height: auto;
        margin-top: 1em;
        font-size: 1.2em;
        color: #3877bd;
    }

    .ha-news-item__description {
        font-size: 0.95em;
        color: #333333;
    }
