.search-results {
  background: #fff;
}

.search-results .container {
  padding: 1.9152rem 2.5rem;
}

.search-results .results-text-title {
  font-size: 1.5rem;
  font-weight: bold;
  letter-spacing: -0.03em;
  line-height: 1;
}

.search-results .results-text-desc {
  font-size: 1.5rem;
  line-height: 1;
  letter-spacing: -0.03em;
  font-weight: 200;
}

@media screen and (min-width: 768px) {
  .search-results .results-text-title {
    font-size: 1.9152rem;
    font-weight: bold;
  }

  .search-results .results-text-desc {
    font-size: 1.9152rem;
    font-weight: 200;
  }
}
