.card{
    height: 540px;
    position: relative;
}
.card::after{
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 12;
    background-color: #d92028;
    height: 2px;
    width: 100%;
}