.search-form{display:grid;grid-template-columns:1fr;grid-row-gap:15px;row-gap:15px}@media only screen and (min-width:768px){.search-form{grid-template-columns:1fr auto;grid-column-gap:10px;-webkit-column-gap:10px;-moz-column-gap:10px;column-gap:10px}}