/* En móviles es auto-ajustable, en grandes tiene scroll */
@media (min-width: 992px) {
    .custom-table-scroll {
        max-height: 520px;
        overflow-y: auto;
    }
}