.card-with-triangle {
   
    position: relative;
}

.triangle {
    width: 0;
    height: 0;
    border-top: 0px solid transparent;
    border-bottom: 36px solid transparent;
    border-right: 34px solid #60c260; 
    position: absolute;
    top: 0;
    right: 0;
}

.new-label {
    position: absolute;
    top: 10px;
    right: 10px;
    color: #fff; 
}
.title-ellipsis {
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        transition: text-overflow 0.5s;
    }
