@use '../../colors';
@use '../../breakpoints';

.bz-mapa-lista-block {
    height: 650px;
    overflow-y: auto;
}

@media (max-width: breakpoints.$tablet) {
    .bz-mapa-lista-block {
        height: auto;
        overflow: visible;
    }
}