.list-card{
    display: flex;
    flex-direction: column;
    justify-content: center;
    background-color: var(--white);
    padding: 0.7rem;
    border-radius: 1rem;
    width: 20rem;
    overflow: hidden;
    margin: 0.3rem;
}

