._terms_main_container {
  width: 100%;
  padding: 1rem;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  flex-direction: column;
  gap: 1rem;
  padding-bottom: 2.5rem;
}
._terms_breadcrumb {
  width: 100%;
  display: flex;
  align-items: center;
  gap: 0.5rem;
  margin-top: 0.5rem;
}
@media (min-width: 768px) {
  ._terms_breadcrumb {
    margin-bottom: 0.25rem;
  }
}
@media (min-width: 1024px) {
  ._terms_breadcrumb {
    margin-top: 70px;
  }
}
._terms_section_1, ._terms_section_2 {
  width: 100%;
  max-width: 1408px;
  background-color: #fff;
  border-radius: 0.5rem;
  padding: 1rem;
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
@media (min-width: 1024px) {
  ._terms_section_1, ._terms_section_2 {
    padding: 2rem;
    gap: 1.5rem;
  }
}
._terms_title_1, ._terms_title_2, ._terms_title_3, ._terms_title_4, ._terms_title_5 {
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 600;
  color: #4b5563;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
}
@media (min-width: 1024px) {
  ._terms_title_1, ._terms_title_2, ._terms_title_3, ._terms_title_4, ._terms_title_5 {
    font-size: 18px;
  }
}
._terms_text_1, ._terms_text_2, ._terms_text_3, ._terms_text_4, ._terms_text_5 {
  font-size: 0.875rem;
  line-height: 1.25rem;
  color: #6b7280;
  line-height: 1.75rem;
  text-align: justify;
}
@media (min-width: 1024px) {
  ._terms_text_1, ._terms_text_2, ._terms_text_3, ._terms_text_4, ._terms_text_5 {
    font-size: 18px;
    line-height: 2.5rem;
  }
}

/* New Tailwind classes */
._tw_body_1 {
  height: 100dvh;
}

._tw_div_1 {
  height: 100%;
  width: 100%;
}

._tw_div_2 {
  width: 100%;
  padding: 1rem;
  display: flex;
  flex-direction: column;
  gap: 1rem;
  padding-bottom: 2.5rem;
}

._tw_div_3 {
  width: 100%;
  display: flex;
  align-items: center;
  gap: 0.5rem;
  margin-top: 0.5rem;
}

@media (min-width: 768px) {
  ._tw_div_3 {
    margin-bottom: 0.25rem;
  }
}

@media (min-width: 1024px) {
  ._tw_div_3 {
    margin-top: 70px;
  }
}