.article-card {
    opacity: 0;
    transition: opacity 0.5s ease;
}

.article-card.visible {
    opacity: 1;
    /* max-height: 750px; */
    /* Adjust this value as needed */
}
