.search_result_empty {
  max-width: 35em;
  text-align: center;
  display: flex;
  flex-direction: column;
  margin: auto;
}
.search_result_empty__title {
  font-family: var(--pg-font-family-title);
  color: var(--pg-color-main);
  font-size: 2.75em;
  font-weight: 700;
  order: 2;
  margin-bottom: 0.5em;
}
.search_result_empty__image {
  order: 1;
  margin-bottom: 2em;
}
.search_result_empty__text {
  font-size: 1em;
  font-weight: 400;
  color: var(--pg-color-paragraph);
  order: 3;
}