@media (max-width: 768px) {
    .mt-sm-5 {
        margin-top: 1.25em;
    }
}

.table-scrollable-300 {
    max-height: 300px;
    overflow-y: scroll;
}

.table-scrollable-500 {
    max-height: 500px;
    overflow-y: scroll;
}
