.aside-news-block {
    margin-top: 20px;
    margin-bottom: 20px;
    background-color: #004B97;
    color: #fff;
    padding: 10px;
}
.aside-news-block .aside-block-label {
    background-color: #D2730B;
    color: #fff;
    font-family: 'Noto Sans', sans-serif;
    font-weight: bold;
    text-transform: uppercase;
    font-size: 10px;
    margin-bottom: 10px;
    display: inline;
    padding: 5px;
    letter-spacing: 1px;
}
.aside-news-block .aside-news-title {
    font-size: 14px;
    font-family: 'Noto Sans', sans-serif;
    font-weight: bold;
    margin-bottom: 33px;
    padding-bottom: 10px;
    margin-top: 20px;
    border-bottom: 1px solid rgba(255,255,255, .4);
    line-height: 1.75;
}
.aside-news-block a {
    font-family: 'Noto Sans', sans-serif;
    text-transform: uppercase;
    color: #fff;
    text-decoration: none;
    text-align: right;
    font-size: 12px;
    text-align: right;
    position: relative;
    float: right;
    bottom: 20px;
    letter-spacing: 1px;
    white-space: normal;
}
.aside-news-block a:after {
    content: " \2192";
}
.aside-news-block a:hover {
    color: #F8CD3C;
}