@media (max-width:1024px){
  .grid.cols-2{grid-template-columns:1fr}
}
@media (max-width:768px){
  .header{padding:10px}
  .header .brand .title{font-size:18px}
  .drawer{width:100%}
  .table-wrap{margin-top:8px}
}
@media (max-width:375px){
  .header .brand img{width:34px;height:34px}
  .header .brand .title{font-size:16px}
}
