.page-tai-xiu-luat-choi-va-meo {
  color: #FFF3E6; /* Text Main */
  background-color: #0D0E12; /* Background */
  font-family: Arial, sans-serif;
  line-height: 1.6;
}

.page-tai-xiu-luat-choi-va-meo__hero-section {
  padding-top: 10px; /* Small top padding, body handles header offset */
  padding-bottom: 60px;
  background-color: #0D0E12; /* Background */
  position: relative;
  overflow: hidden;
}

.page-tai-xiu-luat-choi-va-meo__hero-wrapper {
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 40px;
  padding: 0 16px;
}

.page-tai-xiu-luat-choi-va-meo__hero-image-block {
  width: 100%;
  text-align: center;
  order: 1; /* Image first */
}

.page-tai-xiu-luat-choi-va-meo__hero-image {
  max-width: 100%;
  height: auto;
  border-radius: 12px;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.3);
  display: block;
}

.page-tai-xiu-luat-choi-va-meo__hero-content-block {
  text-align: center;
  order: 2; /* Content second */
  max-width: 800px;
}