﻿.img-news-event-home {
    position: relative;
    overflow: hidden;
}

.wDateNewHome {
    position: absolute;
    bottom: 0;
    right: 0;
    border-bottom: 28px solid #CC1320;
    border-left: 21px solid transparent;
    border-right: 0px solid transparent;
    width: 125px;
    height: 28px;
    border-radius: 5px 0 0 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

    .wDateNewHome span {
        position: absolute;
        top: 0;
        display: flex;
        align-items: center;
        justify-content: center;
        width: 100%;
        height: 28px;
        color: #FFF;
        font-family: 'Roboto-Regular';
        font-size: 14px;
        font-style: normal;
        font-weight: 400;
        line-height: normal;
        text-transform: capitalize;
    }

        .wDateNewHome span svg {
            margin-right: 5px;
        }