.search-page {
  margin-top: 30px;
}

.search-page .title {
  font-family: 1.2rem;
}

.search-page .search-container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 1rem;
}
.search-page .search-container .search-card {
  background-color: #fff;
  padding: 1rem;
  border-radius: 7px;
  color: #000;
  margin: 0 auto;
}

.search-page .search-container .search-card img {
  width: 300px;
  height: 350px;
  aspect-ratio: 16/9;
  border-radius: 7px;
}

.search-page .search-container .search-card .title {
  padding: 0.6rem 0;
  font-size: 1rem;
}
