/* ============================================
   BLOCK 11 — Comparación app vs sitio móvil (table)
   ============================================ */
.home_block_11_inner {
  display: flex;
  flex-direction: column;
  gap: 2.4rem;
}

.home_block_11_head {
  display: flex;
  flex-direction: column;
  gap: 1.2rem;
}

.home_block_11_table > table > thead > tr > th:not(:first-child),
.home_block_11_table > table > tbody > tr > td:not(:first-child) {
  text-align: center;
}

.home_block_11_table > table > tbody > tr > td:first-child {
  color: var(--text);
  font-weight: 600;
}

.home_block_11_closing {
  max-width: 60em;
}
