#event-container{
    height: 70vh; 
    overflow-y: scroll; 
    scrollbar-width: none
}

#masonry-grid{
    column-count: 3;
    column-gap: 1rem;
}

#masonry-grid .col-lg-4 {
    break-inside: avoid !important;
    margin-bottom: 1rem;
}