.nextCardsTable{
    background: var(--TES-white);
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin-top: 20px;
    width: 100%;
}

.nextCards{
    height: fit-content;
    overflow-y: hidden;
}