/* ============================================
   BLOCK 6 — Mercados de apuestas (table)
   ============================================ */
.home_block_6_inner {
  display: flex;
  flex-direction: column;
  gap: 3rem;
}

.home_block_6_head {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  gap: 1.4rem;
  max-width: 820px;
  margin: 0 auto;
}

.home_block_6_foot {
  max-width: 980px;
  margin: 0 auto;
  text-align: center;
}

.home_block_6_inner > .section_cta {
  justify-content: center;
}

@media (max-width: 1024px) {
  .home_block_6_head,
  .home_block_6_foot {
    max-width: 100%;
  }
}
