.search-results-not-found__title {
  margin-top: 0;
  margin-bottom: 16px;
  font-size: 20px;
  line-height: 30px;
  font-family: var(--font-family-extrabold);
  color: var(--color-black);
}

.search-results-not-found__text {
  margin: 0;
  font-size: 16px;
  line-height: 24px;
  color: var(--color-black);
}

.search-results-not-found__image {
  margin-top: 48px;
  width: 288px;
  height: 150px;
  background: url("../images/not-found.svg") center no-repeat;
}

@media screen and (min-width: 768px) {
  .search-results-not-found {
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  .search-results-not-found__image {
    margin-top: 96px;
  }
}

@media screen and (min-width: 1024px) {
  .search-results-not-found__title {
    font-size: 28px;
    line-height: 40px;
  }

  .search-results-not-found__text {
    font-size: 18px;
    line-height: 28px;
  }
}
