.c-no-results {
  font-family: "Inter", sans-serif;
  margin: 1.9379844961vw auto 5.8139534884vw auto;
  text-align: center;
  width: 100%;
}
@media (min-width: 1650px) {
  .c-no-results {
    margin: 25px auto 75px auto;
  }
}
@media (max-width: 1199.98px) {
  .c-no-results {
    margin: 10px auto 30px auto;
  }
}
.c-no-results__wrapper {
  border: 1px solid #ffffff;
  border-radius: 10px;
  width: 100%;
  min-height: 31.007751938vw;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 20px;
  height: 100%;
}
@media (min-width: 1650px) {
  .c-no-results__wrapper {
    min-height: 400px;
  }
}
@media (max-width: 1199.98px) {
  .c-no-results__wrapper {
    min-height: 300px;
  }
}
.c-no-results img {
  width: 10.5426356589vw;
  height: 10.5426356589vw;
}
@media (min-width: 1650px) {
  .c-no-results img {
    width: 136px;
    height: 136px;
  }
}
@media (max-width: 1199.98px) {
  .c-no-results img {
    width: 100px;
    height: 100px;
  }
}
.c-no-results__text {
  font-size: 1.5503875969vw;
  font-weight: 500;
  color: #000000;
  text-align: center;
  max-width: 30.2325581395vw;
}
@media (min-width: 1650px) {
  .c-no-results__text {
    font-size: 1.25em;
    max-width: 390px;
  }
}
@media (max-width: 1199.98px) {
  .c-no-results__text {
    font-size: 1em;
    max-width: 300px;
  }
}