.cards{
    display: grid;
    align-items: center;
    align-content: center;
    height: 100%;
}
.cards::after{
    display: none;
}
