.type, .state {
    max-width: 249px !important;
    flex: 0 2 auto !important;
}

@media (max-width: 650px) {
    .type, .state {
        max-width: unset !important;
        flex: 1 1 auto !important;
    }
}