
.search {
  margin-top: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.search-title {
  text-align: center;
  font-weight: 400;
  font-size: 22px;
  color: black;
}

.search__input {
  border: none;
  padding: 7px;
  outline: none;
  font-size: 17px;
  border-radius: 3px;
  background-color: #afafaf;
  font-family: Montserrat, "Font Awesome 5 Free", sans-serif;
}

.search__input::-webkit-input-placeholder {
  color: #656565;
}

.search__input:-ms-input-placeholder {
  color: #656565;
}

.search__input::-ms-input-placeholder {
  color: #656565;
}

.search__input::placeholder {
  color: #656565;
}

.search__input::-webkit-input-placeholder::first-letter {
  font-weight: 900;
}

.search__input::-moz-placeholder::first-letter {
  font-weight: 900;
}

.search__input:-moz-placeholder::first-letter {
  font-weight: 900;
}

.search__input:-ms-input-placeholder::first-letter {
  font-weight: 900;
}

.search__button {
  border: none;
  color: white;
  cursor: pointer;
  font-weight: 400;
  margin-top: 10px;
  padding: 8px 25px;
  -ms-flex-item-align: center;
  align-self: center;
  background-color: #ff8a00;
}
