@media screen and (max-width:500px){
   *{
    font-size: 1rem;
   }
   .diachi .list {   
    grid-template-columns: repeat(1, 1fr);   
    }
   .header-menu ul li a
   {
    font-size: 80%;
   }
   .nguyennhan .tuvanngay
   {
      font-size: 130%;
   }
}