.item-free {
    position: absolute;
    left: 0;
    top: 0;
    background-color: #4caf50;
    color: #fff;
    width: 97px;
    height: 64px;
    clip-path: polygon(0 0, 0 100%, 0% 100%, 100% 0);
    display: flex;
    padding: 0 9px;
    text-transform: uppercase;
    font-size: 17px;
    letter-spacing: 0.3px;
    border-radius: 10px 0 0 0;
}