.search-wrapper .search {
  width: 100%;
  max-width: 500px;
  margin: -4rem auto 3rem;
  position: relative;
}
.search-wrapper .search-input {
  width: 100%;
  border: 1px solid #79747e;
  border-radius: 4px;
  outline: none;
  height: 50px!important;
  padding: 7px 50px 7px 15px;
  font-size: 17px;
}
.search-wrapper .button {
  position: absolute;
  right: 0;
  top: 0;
  border: 0;
  background-color: transparent;
  color: #303030;
  font-size: 20px;
  height: 100%;