.SearchContainer_search-container__WRY2b {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  position: relative;
  width: 100%;
  height: 100vh;
}

.SearchContainer_search-container__WRY2b > * {
  transition: all 0.3s ease-in-out;
}

.SearchContainer_search-container__WRY2b > h2 {
  color: #28262d;
  text-align: center;
  margin: 16px 0 8px 0;
}

.SearchContainer_search-container__WRY2b > div {
  display: flex;
  justify-content: center;
}
.SearchContainer_search-container__WRY2b > div > h3 {
  width: 60%;
  color: #28262d;
  text-align: center;
  font-family: 'GothamBook';
  font-size: large;
}

.SearchContainer_take-me-home-btn__jPJ_h {
  margin-top: 20px;
  color: white;
  background-color: var(--color-orange);
  text-align: center;
  padding: 5px;
  border: none;
  width: 180px;
  font-weight: bold;
  text-transform: uppercase;
  letter-spacing: 0.2px;
  padding: 14px;
  font-size: small;
  border-radius: 1px;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
}

.SearchContainer_take-me-home-btn__jPJ_h:hover {
  background-color: var(--color-matte-black);
}

@media screen and (max-width: 959px) {
  .SearchContainer_search-container__WRY2b > h2 {
    width: 60%;
    color: #28262d;
    text-align: center;
    margin-bottom: 8px;
  }
  .SearchContainer_search-container__WRY2b > img {
    transition: all 0.3s ease-in-out;
    width: 80%;
    margin-bottom: 30px;
  }
  .SearchContainer_search-container__WRY2b > div {
    width: 80%;
  }
}

