.dealer-list {
}

@media screen and (min-width: 48rem) {
    .dealer-list {
        max-height: 21.25rem;
        overflow: auto;
        padding-right: 1rem;
        padding-bottom: 2.125rem;
        scrollbar-width: thin;
    }
}

@media screen and (min-width: 96rem) {
    .dealer-list {
        max-height: 29.5rem;
    }
}
