@media (max-width: 768px) {
  /* برای تبلت و موبایل */
  .logo {
    width: 240px;
    height: auto;
  }
  .web-wrapper {
    width: 300px;
    height: 154px;
  }
  table {
    font-size: 14px;
  }
}

@media (max-width: 420px) {
  /* مخصوص موبایل کوچک */
  .logo {
    width: 200px;
    height: auto;
  }
  .web-wrapper {
    width: 260px;
    height: 135px;
  }
  .cell-4cm {
    width: 100px;
    height: 100px;
  }
}