.search-form-wrapper {
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  padding: 1.25rem 0;
  margin-bottom: 2rem;
}

.search-form-wrapper .form-text {
  margin-top: 0;
}
.search-form-wrapper .form-item {
  width: 100%;
  margin-right: .25rem;
  margin-bottom: 1rem;
}

.search-form-wrapper .form-submit {
  padding: 10px 40px;
}

@media (min-width: 768px) {
  .search-form-wrapper {
    flex-direction: row;
  }
  .search-form-wrapper .form-item {
    width: initial;
    margin-bottom: 0;
  }
}