.view-empty .not-found {
  background-color: #f7f7f7;
  display: flex;
  justify-content: center;
  align-items: center;
}

.view-empty .not-found-wrapper {
  display: flex;
  align-items: center;
  gap: 1rem;
  padding: 2rem 0.5rem;
}

.view-empty .not-found-image {
  max-width: 4rem;
  max-height: 4rem;
}

.view-empty .not-found-text {
  display: flex;
  flex-direction: column;
}

@media screen and (max-width: 767px) {
  .view-empty .not-found-wrapper {
    flex-direction: column;
  }
  .view-empty .not-found-title,
  .view-empty .not-found-p{
    text-align: center;
  }
}
