.form-select {
    width: unset;
}
@media only screen and (max-width: 786px) {
    .form-select {
        width: unset;
    }
}