.search-descriptor {
  color: #7f7f7f;
  display: flex;
  font-weight: 700;
  justify-content: center;
  margin-top: 4rem;
}

@media only screen and (max-width: 768px) {
  .search-descriptor {
    margin-top: 2rem;
  }
}
