﻿.desk {
    max-height: unset;
}
@media (min-width: 768px) {
   
    .desk {
        max-height: 376px !important;
    }
}

