
.latest-news-container {
    margin: 5% auto!important;
}


.latest-news-title {
    text-align: center;
}

.latest-news-title:hover {
    text-decoration: underline;
}

.article-img-link {
    text-align: center;
}

.latest-news-block {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.latest-news-item {
    box-shadow: 0px 0px 1px;
    display: flex;
    flex-direction: column;
    flex: 0 0 22%;
    padding: 1%;
}


.latest-news-textbox-item1 {
    flex: 0 0 0%;
    padding-top: 10%;
}

.latest-news-textbox-item2 {
    flex: 1 0 0%;
}

.latest-news-textbox-item3 {
    flex: 0 0 0%;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.news-item-anchor {
    display: flex;
     font-weight: 900;
}

.news-item-anchor-icon {
    display: flex;
    font-weight: 900;
    
}


.article-chevron {
    transform: rotate(0deg);
    transition-property: transform;
    transition-duration: 1s;
}

.latest-news-textbox-item3:hover .news-item-anchor {
    color: #78be20!important;
}
.latest-news-textbox-item3:hover .article-chevron {
    color: #78be20!important;
    transform: rotate(90deg);
}


@media (max-width: 1023px) {
    .latest-news-item {
    flex: 0 0 45%;
    margin-bottom: 2%;
    padding: 2%;
}
}


@media (max-width: 550px) {
    .latest-news-item {
    flex: 0 0 90%;
    margin: 2% auto;
    padding: 2%;
}
}


.dv-font-opensans {
    font-weight: 500!important;
}