.horizontal_scrollable_column {
    max-width: 100%;
    overflow-x: scroll;
}

.scrollable_column {
    max-height: 100vh;
    overflow: auto;
}

.scrollable_card {
    height: 80vh;
    overflow: auto;
}
