@media (min-width: 992px) {
    
    .scrollable{
        height: 500px;
        overflow: hidden;
        overflow-y: scroll;
    }
}