.b-view {
    display: flex !important;
    align-items: center;
    font-size: 14px;
    margin-top: 20px;
    color: #333;
}
.b-view svg {
    margin-right: 10px;
}
.b-view--news {
    color: #B6B5B5;
    margin-bottom: 20px;
    font-weight: 600;
}
.b-views .b-view {
    justify-content: end;
    margin-bottom: 10px;
}