.publ {
    margin-bottom: 4px;
    display: inline-block;
}

.news-link {
    background-color:#F4F6F8;
    margin-top:32px;
    color:#1c5170;
    padding: 1rem;
} 

.chevron-simple {
    width: 1em;      
    height: 1em;
    text-align: center;
    color:#1c5170;
    margin-left:8px;
}

.chevron-simple::after {
    border-style: solid;
    border-width: 0.15em 0.15em 0 0;  
    content: '';
    display: inline-block;
    height: 0.5em;                   
    width: 0.5em;
    position: relative;
    top: 0.08em;                      
    transform: rotate(-45deg);
    margin-bottom: 10px;
}

.news-link-arrow-pos {
    margin-top:8px;
    color:#1c5170;
}

.latest-news-divider {
     margin-top:16px;
     margin-bottom:16px;
     border-bottom:1px solid #F2F2F2;
}
        