.top-creator-cards {
    border-bottom-left-radius: calc(1rem - 1px);
    border-top-right-radius: 0;
    width: 100%;
    height: 12rem;
}

.lists-bio {
    height: 9rem;
    overflow: hidden;
    mask-image: linear-gradient(to bottom, black 20%, transparent 100%);
    -webkit-mask-image: linear-gradient(to bottom, black 20%, transparent 100%);
}

.list-user-info {
    transition: 0.5s;
    height: 12rem;
}

.list-user-info:hover {
    transition: 0.5s;
    background-color: rgb(218, 220, 248, 0.3);
}

