.template-search .empty-search {
  text-align: center;
}

.template-search .empty-search h2 {
  font-family: 'Lato';
  font-size: 18px;
  line-height: normal;
  margin: 0;
}

.template-search .empty-search h2:last-child {
  font-weight: 400;
}

.template-search .empty-search h2:first-child {
  font-weight: 700;
  margin-bottom: 8px;
}

@media screen and (min-width: 750px) {
  .template-search .empty-search h2 { 
    font-size: 20px;
  }
}
