.no_results{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    height: 100vh;
 }

 .no_results .no_results_i ,.no_results .no_results_text{
   font-size: 40px;
}

@media screen and (max-width: 768px) {

   .no_results .no_results_i ,.no_results .no_results_text{
      font-size: 20px;
   }
   
}