

.card {
    border:0;
}
.card.corner.no-corner::before {
    clip-path: none;
    border-radius: 4px;
}

.card .card-img-top {
    border-radius: 0;
    clip-path: polygon(0 0, calc(100% - 25px) 0, 100% 25px, 100% 100%, 0 100%);

}

.card.project .card-img-top,
.card.tutorial .card-img-top {    border-radius: 0;
    height: 225px;
clip-path: polygon(0 0, calc(100% - 25px) 0, 100% 25px, 100% 100%, 0 100%);
}


.separator {
    height: 1px;
    width: 100%;
    border-top: 0.5px solid rgba(255, 255, 255, 0.5);
    margin: .5rem 0;
}

.separator.vertical {
    width: 1px;
    height: 100%;
    border-top: 0;
    border-left: 0.5px solid rgba(255, 255, 255, 0.5);
    margin: 0 .5rem;
}



.card-footer .separator {
    margin:0 0 .5rem 0;
}

.card-footer .dropdown-toggle::after{
    display: none; content:'';
}


.card.project .card-body {
    height: 125px;
}


.card.cta {
    height: 360px;
}

.card.cta img.object-fit-cover {
    height: 360px;
}
