.ha-news-tiles {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 10px;
}

@media (max-width: 580px) {
    .ha-news-tiles {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
    }
}

.ha-news-tiles__left {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
}

@media (max-width: 580px) {
    .ha-news-tiles__left {
        -webkit-box-flex: 0;
            -ms-flex: none;
                flex: none;
        -webkit-box-ordinal-group: 3;
            -ms-flex-order: 2;
                order: 2;
    }
}

.ha-news-tiles__left__item {
    margin-bottom: 20px;
    padding: 0 10px;
}

.ha-news-tiles__right {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    -webkit-box-flex: 2;
        -ms-flex: 2;
            flex: 2;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
}

@media (max-width: 580px) {
    .ha-news-tiles__right {
        -webkit-box-flex: 0;
            -ms-flex: none;
                flex: none;
        -webkit-box-ordinal-group: 2;
            -ms-flex-order: 1;
                order: 1;
    }
}

.ha-news-tiles__right__top {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    margin-bottom: 20px;
    padding: 0 10px;
}

.ha-news-tiles__right__bottom {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
}

@media (max-width: 580px) {
    .ha-news-tiles__right__bottom {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
    }
}

.ha-news-tiles__right__bottom__right {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    -webkit-box-flex: 1;
        -ms-flex: 1 1 0px;
            flex: 1 1 0;
    padding: 0 10px;
    margin-bottom: 20px;
}

@media (max-width: 580px) {
    .ha-news-tiles__right__bottom__right {
        -webkit-box-flex: 0;
            -ms-flex: none;
                flex: none;
    }
}

.ha-news-tiles__right__bottom__left {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    -webkit-box-flex: 1;
        -ms-flex: 1 1 0px;
            flex: 1 1 0;
    padding: 0 10px;
    margin-bottom: 20px;
}

@media (max-width: 580px) {
    .ha-news-tiles__right__bottom__left {
        -webkit-box-flex: 0;
            -ms-flex: none;
                flex: none;
    }
}

.ha-news-tile-element {
    display: block;
    min-width: 50px;
}

.ha-news-tile-element--color0,
.ha-news-tile-element--color0:hover {
    color: #00c0f3;
    text-align: center;
}

.ha-news-tile-element--color1,
.ha-news-tile-element--color1:hover {
    color: #00918d;
}

.ha-news-tile-element--color2,
.ha-news-tile-element--color2:hover {
    color: #4190c9;
}

.ha-news-tile-element--color3,
.ha-news-tile-element--color3:hover {
    color: #7d579d;
}

.ha-news-tile-element--color4,
.ha-news-tile-element--color4:hover {
    color: #d87746;
}

.ha-news-tile-element--color5,
.ha-news-tile-element--color5:hover {
    color: #58a737;
}

.ha-news-tile-element--color6,
.ha-news-tile-element--color6:hover {
    color: #f69264;
}

.ha-news-tile-element__box__title {
    padding: 20px 0;
    line-height: 1.2;
    font-size: 1.4em;
    font-weight: bold;
}

.ha-news-tile-element__description {
    padding: 5px 0 15px 0;
    font-size: 1.2em;
    color: #0000009e;
}