.search-form {
    font-size: 1em;
}


@media (max-width: 750px) {
    .search-form {
        order: 4;
    }

    .search-form input {
    width: 65%;
}
.search-form .btn {
    width: 34%;
}
}
